Little fix, to avoid warning using Safari browser

This commit is contained in:
Erik Amaru Ortiz
2014-06-10 11:20:58 -04:00
parent 213fd34122
commit bb9fc96634

View File

@@ -68,6 +68,7 @@ class System
'size_log_file' => 5000000,
'number_log_file' => 5,
'ie_cookie_lifetime' => 1,
'safari_cookie_lifetime' => 1,
'error_reporting' => "",
'display_errors' => 'On'
);