X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Ffeed.inc.php;h=9f177e7a384e20ce31b5ba18f6a57acd2051ea32;hb=d3b026ab2c8ff2b0c5ca83a72cc08a7a81b38db2;hp=451e229bb5970ea10462217393d236bb93e37a67;hpb=dcb7f48dbd65579789b6d26905311419e458168c;p=banana.git diff --git a/banana/feed.inc.php b/banana/feed.inc.php index 451e229..9f177e7 100644 --- a/banana/feed.inc.php +++ b/banana/feed.inc.php @@ -88,7 +88,7 @@ class BananaFeed } uasort($this->messages, Array('BananaFeed', 'compare')); $this->lastupdate = time(); - $this->writeToFile(); + $this->saveToFile(); } /** Get the spool corresponding with the current settings of Banana @@ -130,7 +130,7 @@ class BananaFeed /** Write a feed to a cache file */ - private function writeToFile() + private function saveToFile() { $file = BananaFeed::filename(); file_put_contents($file, serialize($this));