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;
|
global $langs;
|
||||||
|
|
||||||
$langs->load('cron@cron');
|
$langs->load('cron@cron');
|
||||||
|
$out = '';
|
||||||
if (!empty($readonly)) {
|
if (!empty($readonly)) {
|
||||||
if ($selected=='command') {
|
if ($selected=='command') {
|
||||||
$out= $langs->trans('CronType_command');
|
$out= $langs->trans('CronType_command');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user