Merge branch 'ent-5761-notificacion-max_execution_value-php-consola' into 'develop'

Ent 5761 notificacion max execution value php consola

See merge request artica/pandorafms!3236
This commit is contained in:
Daniel Rodriguez 2020-06-23 14:39:32 +02:00
commit e514840031
1 changed files with 1 additions and 1 deletions

View File

@ -1363,7 +1363,7 @@ class ConsoleSupervisor
$this->cleanNotifications('NOTIF.PHP.INPUT_TIME');
}
if ($PHPmax_execution_time !== '0') {
if ((int) $PHPmax_execution_time !== 0) {
$url = 'http://php.net/manual/en/info.configuration.php#ini.max-execution-time';
if ($config['language'] == 'es') {
$url = 'http://php.net/manual/es/info.configuration.php#ini.max-execution-time';