Fix unintentional error_reporting change

pull/278/merge
Aleksander Machniak 9 years ago
parent 4c8c5c92fb
commit 559e5d7bd4

@ -25,8 +25,7 @@
*/
$config = array(
// 'error_reporting' => E_ALL & ~E_NOTICE & ~E_STRICT,
'error_reporting' => E_STRICT,
'error_reporting' => E_ALL & ~E_NOTICE & ~E_STRICT,
// Some users are not using Installer, so we'll check some
// critical PHP settings here. Only these, which doesn't provide
// an error/warning in the logs later. See (#1486307).

Loading…
Cancel
Save