]> git.mjollnir.org Git - m.o.git/commitdiff
fix bug in rss caching
authorPenny Leach <penny@catalyst.net.nz>
Wed, 2 Jul 2008 05:49:19 +0000 (07:49 +0200)
committerPenny Leach <penny@catalyst.net.nz>
Wed, 2 Jul 2008 05:49:19 +0000 (07:49 +0200)
lib/general.php

index f11df087b46d548a87fcedb0d4c60534f2cc1a0d..5fe7f4975f17500dc7e28c15d7ed91b9a843052d 100644 (file)
@@ -62,7 +62,7 @@ function parse_rss($url) {
             $feed = new XML_Feed_Parser($snoopy->results, false, true, false);
         }
         catch (XML_Feed_Parser_Exception $e) {
-            $cache_Lite->save($e, $url);
+            $cache->save($e, $url);
             return false;
             // Don't catch other exceptions, they're an indication something
             // really bad happened