correct pattern for minutes (instead of month)

This commit is contained in:
Gilles Crettenand
2015-06-12 14:59:43 +02:00
parent b1eb07f3d4
commit 964e0e2042

View File

@@ -28,7 +28,7 @@ class Logger {
self::$data = array( self::$data = array(
'ip' => self::ip(), 'ip' => self::ip(),
'date' => date('d.m.Y H:m:s'), 'date' => date('d.m.Y H:i:s'),
'func' => '(none)', 'func' => '(none)',
'error' => '' 'error' => ''
); );