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

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Nov 27 17:06:40 GMT 2005


Author: mark
Date: 2005-11-27 17:06:39 +0000 (Sun, 27 Nov 2005)
New Revision: 2648

Modified:
   plog/trunk/class/cache/cachemanager.class.php
Log:
It seems there already a clearCache() in cache.class.php, why I did not see that. Change the $cacheInstance->cache->clean() back to $cacheInstance->clearCache();

Mark

Modified: plog/trunk/class/cache/cachemanager.class.php
===================================================================
--- plog/trunk/class/cache/cachemanager.class.php	2005-11-27 16:45:27 UTC (rev 2647)
+++ plog/trunk/class/cache/cachemanager.class.php	2005-11-27 17:06:39 UTC (rev 2648)
@@ -37,7 +37,7 @@
         function clearCache()
         {
             $cacheInstance =& CacheManager::getCache();
-            $cacheInstance->cache->clean();
+            $cacheInstance->clearCache();
         }
 
         function &getCache()




More information about the pLog-svn mailing list