mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2025-10-08 21:53:08 +02:00
Modification save()
This commit is contained in:
2
srss.php
2
srss.php
@@ -381,7 +381,7 @@ class SRSS extends DomDocument implements Iterator
|
||||
*/
|
||||
public function save($path)
|
||||
{
|
||||
return $this->saveXml($path);
|
||||
return $this->save($path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user