No need to have save()... duh

This commit is contained in:
Chouchen 2011-05-31 17:04:13 +02:00
parent 2eaa61fcea
commit 67732ad6d3
1 changed files with 0 additions and 9 deletions

View File

@ -374,15 +374,6 @@ class SRSS extends DomDocument implements Iterator
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