diff options
-rw-r--r-- | codebase/tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/tools.php b/codebase/tools.php index 2a0ec01..5017a72 100644 --- a/codebase/tools.php +++ b/codebase/tools.php @@ -259,7 +259,7 @@ class LogMaster{ if ($name){
set_error_handler(array("LogMaster","error_log"),E_ALL);
set_exception_handler(array("LogMaster","exception_log"));
- LogMaster::log("\n\n====================================\nLog started, ".date("d/m/Y h:m:s")."\n====================================");
+ LogMaster::log("\n\n====================================\nLog started, ".date("d/m/Y h:i:s")."\n====================================");
}
}
}
|