1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2024-05-10 03:31:31 +02:00

Modification save()

This commit is contained in:
Chouchen 2011-05-31 15:46:46 +02:00
parent ec49c5c400
commit 2eaa61fcea

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