DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Thu, 11 Oct 2018 08:26:13 +0000 (16:26 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Oct 2018 08:26:13 +0000 (16:26 +0800)
DataObjects/Events.php

index 725e451..cbb3e28 100644 (file)
@@ -513,8 +513,8 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             
             @mkdir(dirname($file),0700,true); // this might fail if it does not have correct permissions..
             if (!file_exists(dirname($file))) {
-                print_r($this);
-                die("could not create $file - permissons are not correct"); // fatal, otherwise we loop!?
+                //print_r($this);
+                die("could not create $file - permissons are not correct\n"); // fatal, otherwise we loop!?
             }
             
         }