From 67732ad6d36e9247560a148c30266912ed3f0d83 Mon Sep 17 00:00:00 2001 From: Chouchen Date: Tue, 31 May 2011 17:04:13 +0200 Subject: [PATCH] No need to have save()... duh --- srss.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/srss.php b/srss.php index 7375002..ad75aba 100644 --- a/srss.php +++ b/srss.php @@ -374,15 +374,6 @@ class SRSS extends DomDocument implements Iterator return $this->saveXml(); } - /** - * save XML on server - * @param - * see DomDocument's docs - */ - public function save($path) - { - return $this->save($path); - } /** * putting all RSS attributes into the object