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