diff --git a/common.php b/common.php index 082648b9..e85eeb71 100644 --- a/common.php +++ b/common.php @@ -237,7 +237,7 @@ function utime () return array_sum(explode(' ', microtime())); } -function bb_log ($msg, $file_name) +function bb_log ($msg, $file_name = 'logs') { if (is_array($msg)) {