Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-02 12:20:32 +00:00
parent 378d0b0781
commit 01d8c3bffd

View File

@ -65,7 +65,7 @@ $error = 0;
$err=error_reporting(); $err=error_reporting();
error_reporting(0); error_reporting(0);
if (! empty($conf->global->MAIN_OVERRIDE_TIME_LIMIT)) if (! empty($conf->global->MAIN_OVERRIDE_TIME_LIMIT))
@set_time_limit((int)$conf->global->MAIN_OVERRIDE_TIME_LIMIT); @set_time_limit((int) $conf->global->MAIN_OVERRIDE_TIME_LIMIT);
else else
@set_time_limit(300); @set_time_limit(300);
error_reporting($err); error_reporting($err);