Author: ornicar2
Date: 2010-01-23 14:06:17 +0100 (Sat, 23 Jan 2010)
New Revision: 27091

Modified:
   plugins/diemPlugin/trunk/dmCorePlugin/lib/log/dmFileLog.php
Log:


Modified: plugins/diemPlugin/trunk/dmCorePlugin/lib/log/dmFileLog.php
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/lib/log/dmFileLog.php 2010-01-23 
13:00:24 UTC (rev 27090)
+++ plugins/diemPlugin/trunk/dmCorePlugin/lib/log/dmFileLog.php 2010-01-23 
13:06:17 UTC (rev 27091)
@@ -58,7 +58,7 @@
         throw new dmException(sprintf('Can not log in %s', 
$this->options['file']));
       }
       
-      if ($this->options['rotation']/* && !$_SERVER['REQUEST_TIME']%10*/)
+      if ($this->options['rotation'] && !$_SERVER['REQUEST_TIME']%10)
       {
         $this->checkRotation();
       }

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to