Skip to content
Snippets Groups Projects
Commit e4b22fb4 authored by Adrian Rossouw's avatar Adrian Rossouw Committed by adrian
Browse files

Disable error reporting for now.

parent f76f6d33
No related branches found
No related tags found
No related merge requests found
......@@ -818,8 +818,8 @@ function provision_platform_include(&$data, $path, $command, $version = null, $p
}
function _provision_errors_on() {
ini_set('error_reporting', E_ALL);
ini_set('display_errors', TRUE);
# ini_set('error_reporting', E_ALL);
# ini_set('display_errors', TRUE);
}
_provision_errors_on();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment