[pLog-svn] r2049 - plog/branches/plog-1.1-ben/class/cache

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 22 19:25:39 GMT 2005


Author: ork
Date: 2005-05-22 19:25:38 +0000 (Sun, 22 May 2005)
New Revision: 2049

Modified:
   plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
Log:
it's always good to take another look at the diff ;)


Modified: plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-05-22 19:21:00 UTC (rev 2048)
+++ plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-05-22 19:25:38 UTC (rev 2049)
@@ -18,7 +18,7 @@
     define( "CACHE_CONFIGDBSTORAGE",   "config_db_storage" );
     define( "CACHE_SITEADMINS",        "permissions_siteadmin" );
     define( "CACHE_BLOGLINKS",         "blogLinks" );
-    define( "CACHE_MYLINKS",           "blogLinks" );
+    define( "CACHE_MYLINKS",           "myBlogLinks" );
 
    /**
     * Provides a singleton for storing and retrieving data from a global cache.




More information about the pLog-svn mailing list