1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2025-09-06 01:14:32 +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)
{
return $this->saveXml($path);
return $this->save($path);
}
/**