Removed whitespace.
This commit is contained in:
parent
520d841500
commit
9b4763dd23
9 changed files with 23 additions and 23 deletions
|
@ -117,7 +117,7 @@ class Log
|
|||
private static function write($log_type, $message, $format = true, $time = false)
|
||||
{
|
||||
$log_path = LOG_PATH . date('Y/m/d/', ($time == false ? time() : $time));
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
if (!file_exists($log_path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue