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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jun 14 21:18:14 GMT 2005


Author: oscar
Date: 2005-06-14 21:18:13 +0000 (Tue, 14 Jun 2005)
New Revision: 2222

Modified:
   plog/trunk/class/cache/cachemanager.class.php
Log:
somehow the method CacheManager::disableCacheCategory() doesn't eixst...


Modified: plog/trunk/class/cache/cachemanager.class.php
===================================================================
--- plog/trunk/class/cache/cachemanager.class.php	2005-06-14 20:13:37 UTC (rev 2221)
+++ plog/trunk/class/cache/cachemanager.class.php	2005-06-14 21:18:13 UTC (rev 2222)
@@ -72,7 +72,7 @@
         function disableCache( $category )
         {
             $cache = CacheManager::getCache();
-            $cache->disableCacheCategory( $category );
+            //$cache->disableCacheCategory( $category );
         }
     }
 ?>




More information about the pLog-svn mailing list