[pLog-svn] r4032 - plog/trunk/class/cache/Cache_Lite

mark at devel.lifetype.net mark at devel.lifetype.net
Sat Sep 23 17:36:58 GMT 2006


Author: mark
Date: 2006-09-23 17:36:58 +0000 (Sat, 23 Sep 2006)
New Revision: 4032

Modified:
   plog/trunk/class/cache/Cache_Lite/Lite.php
Log:
Merge to recent lifetype 1.1.1 branch changes (4029:4031)

Modified: plog/trunk/class/cache/Cache_Lite/Lite.php
===================================================================
--- plog/trunk/class/cache/Cache_Lite/Lite.php	2006-09-23 17:14:33 UTC (rev 4031)
+++ plog/trunk/class/cache/Cache_Lite/Lite.php	2006-09-23 17:36:58 UTC (rev 4032)
@@ -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