[pLog-svn] r2224 - plog/trunk/class/cache

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Jun 14 22:22:36 GMT 2005


Author: ork
Date: 2005-06-14 22:22:35 +0000 (Tue, 14 Jun 2005)
New Revision: 2224

Modified:
   plog/trunk/class/cache/cachemanager.class.php
Log:
there we go :)

sorry about that


Modified: plog/trunk/class/cache/cachemanager.class.php
===================================================================
--- plog/trunk/class/cache/cachemanager.class.php	2005-06-14 21:24:23 UTC (rev 2223)
+++ plog/trunk/class/cache/cachemanager.class.php	2005-06-14 22:22:35 UTC (rev 2224)
@@ -72,7 +72,7 @@
         function disableCache( $category )
         {
             $cache = CacheManager::getCache();
-            //$cache->disableCacheCategory( $category );
+            $cache->disableCacheForCategory( $category );
         }
     }
 ?>




More information about the pLog-svn mailing list