Notify.php
[Pman.Core] / Notify.php
index 15fb0a8..c652c88 100644 (file)
@@ -435,6 +435,6 @@ class Pman_Core_Notify extends Pman
     }
     function logecho($str)
     {
-        echo date("Y-m-d H:i:s - $str\n");
+        echo date("Y-m-d H:i:s - ") . $str . "\n";
     }
 }
\ No newline at end of file