Skip to content
Snippets Groups Projects
Commit 734d2806 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1333 - server.php exits silently when syntax error in plugin

parent daf71a39
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ require('lib/config.inc.php');
require('lib/app.inc.php');
set_time_limit(0);
ini_set('error_reporting','E_ALL & ~E_NOTICE');
ini_set('error_reporting',E_ALL & ~E_NOTICE);
// make sure server_id is always an int
$conf['server_id'] = intval($conf['server_id']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment