X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FEvents.php;fp=DataObjects%2FEvents.php;h=cbb3e285bcdec0a894551f96e5662cc643a61b4b;hp=725e4513e12c476d8684ba7582afceba718e5373;hb=21c4f3d48c96542e6a5f913eb7a820a4ac773c20;hpb=e2682fad9ba7cb29957625a6a1e0739a9c21a100 diff --git a/DataObjects/Events.php b/DataObjects/Events.php index 725e4513..cbb3e285 100644 --- a/DataObjects/Events.php +++ b/DataObjects/Events.php @@ -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!? } }