Modification save()

This commit is contained in:
Chouchen
2011-05-31 15:46:46 +02:00
parent ec49c5c400
commit 2eaa61fcea
+1 -1
View File
@@ -381,7 +381,7 @@ class SRSS extends DomDocument implements Iterator
*/ */
public function save($path) public function save($path)
{ {
return $this->saveXml($path); return $this->save($path);
} }
/** /**