Modification save()

This commit is contained in:
Chouchen 2011-05-31 15:46:46 +02:00
parent ec49c5c400
commit 2eaa61fcea
1 changed files with 1 additions and 1 deletions

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);
} }
/** /**