[pLog-svn] r4031 - plog/branches/lifetype-1.1.1/class/cache/Cache_Lite

mark at devel.lifetype.net mark at devel.lifetype.net
Sat Sep 23 17:14:33 GMT 2006


Author: mark
Date: 2006-09-23 17:14:33 +0000 (Sat, 23 Sep 2006)
New Revision: 4031

Modified:
   plog/branches/lifetype-1.1.1/class/cache/Cache_Lite/Lite.php
Log:
oops, I forget initiate the Loggable object.

Modified: plog/branches/lifetype-1.1.1/class/cache/Cache_Lite/Lite.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/cache/Cache_Lite/Lite.php	2006-09-23 17:11:59 UTC (rev 4030)
+++ plog/branches/lifetype-1.1.1/class/cache/Cache_Lite/Lite.php	2006-09-23 17:14:33 UTC (rev 4031)
@@ -269,6 +269,8 @@
     */
     function Cache_Lite($options = array(NULL))
     {
+        $this->Loggable();
+
         foreach($options as $key => $value) {
             $this->setOption($key, $value);
         }



More information about the pLog-svn mailing list