fixing merge issues

This commit is contained in:
Dayle Rees
2012-07-27 13:52:15 +01:00
48 changed files with 101 additions and 101 deletions

View File

@@ -51,7 +51,7 @@ class Log {
// If there aren't listeners on the log event, we'll just write to the
// log files using the default conventions, writing one log file per
// day so they files don't get too crowded.
// day so the files don't get too crowded.
else
{
$message = static::format($type, $message);