DataObjects/Events.php
authorChris <chris@roojs.com>
Thu, 11 Oct 2012 06:32:58 +0000 (14:32 +0800)
committerChris <chris@roojs.com>
Thu, 11 Oct 2012 06:32:58 +0000 (14:32 +0800)
DataObjects/Events.php

index e0231d3..2affc55 100644 (file)
@@ -403,7 +403,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         if (empty($ff->Pman['event_log_dir'])) {
             return false;
         }
-        
+        print_r(123123123);
         // add user (eg. www-data or local user if not..)
         if (function_exists('posix_getpwuid')) {
             $uinfo = posix_getpwuid( posix_getuid () );