Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 06:01:01 +0000 (14:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 06:01:01 +0000 (14:01 +0800)
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