We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf71a3 commit 734d280Copy full SHA for 734d280
1 file changed
server/server.php
@@ -32,7 +32,7 @@
32
require('lib/app.inc.php');
33
34
set_time_limit(0);
35
-ini_set('error_reporting','E_ALL & ~E_NOTICE');
+ini_set('error_reporting',E_ALL & ~E_NOTICE);
36
37
// make sure server_id is always an int
38
$conf['server_id'] = intval($conf['server_id']);
0 commit comments