From 2eaa61fcea8d8ddf345675af3a0006eaadab4033 Mon Sep 17 00:00:00 2001 From: Chouchen Date: Tue, 31 May 2011 15:46:46 +0200 Subject: [PATCH] Modification save() --- srss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srss.php b/srss.php index 225c0ab..7375002 100644 --- a/srss.php +++ b/srss.php @@ -381,7 +381,7 @@ class SRSS extends DomDocument implements Iterator */ public function save($path) { - return $this->saveXml($path); + return $this->save($path); } /**