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

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