mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2024-11-22 07:48:51 +01:00
No need to have save()... duh
This commit is contained in:
parent
2eaa61fcea
commit
67732ad6d3
9
srss.php
9
srss.php
@ -374,15 +374,6 @@ class SRSS extends DomDocument implements Iterator
|
|||||||
return $this->saveXml();
|
return $this->saveXml();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* save XML on server
|
|
||||||
* @param
|
|
||||||
* see DomDocument's docs
|
|
||||||
*/
|
|
||||||
public function save($path)
|
|
||||||
{
|
|
||||||
return $this->save($path);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* putting all RSS attributes into the object
|
* putting all RSS attributes into the object
|
||||||
|
Loading…
Reference in New Issue
Block a user