Merge pull request #12517 from frederic34/patch-16
$out does not seem to be defined for all execution paths
This commit is contained in:
commit
0032b27a8e
@ -64,6 +64,7 @@ class FormCron extends Form
|
||||
global $langs;
|
||||
|
||||
$langs->load('cron@cron');
|
||||
$out = '';
|
||||
if (!empty($readonly)) {
|
||||
if ($selected=='command') {
|
||||
$out= $langs->trans('CronType_command');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user