mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Add PropertyFromHttp trait and update codebase to use new pattern
This commit is contained in:
parent
c35c47b793
commit
acb30b897c
47 changed files with 851 additions and 527 deletions
|
@ -36,7 +36,7 @@ abstract class OpdsFeed extends AtomFeed{
|
|||
|
||||
$this->Updated = $updated;
|
||||
|
||||
$this->XmlString = null;
|
||||
unset($this->_XmlString);
|
||||
file_put_contents($this->Path, $this->GetXmlString());
|
||||
|
||||
// Do we have any parents of our own to update?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue