Removed whitespace.

This commit is contained in:
Josh Sherman 2010-10-03 15:16:01 -04:00
parent 520d841500
commit 9b4763dd23
9 changed files with 23 additions and 23 deletions

View file

@ -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))