Merge branch 'ent-7661-Error-500-al-editar-las-opciones-avanzadas-de-un-informe' into 'develop'
fixed bug See merge request artica/pandorafms!4185
This commit is contained in:
commit
73f54c3375
|
@ -272,6 +272,8 @@ if ($idReport != 0) {
|
|||
}
|
||||
}
|
||||
|
||||
$helpers = ($helpers ?? '');
|
||||
|
||||
switch ($action) {
|
||||
case 'sort_items':
|
||||
switch ($activeTab) {
|
||||
|
@ -548,7 +550,7 @@ switch ($action) {
|
|||
|
||||
$subsection = $data_tab['subsection'];
|
||||
$buttons = $data_tab['buttons'];
|
||||
$helpers = $data_tab['helpers'];
|
||||
$helpers = $data_tab['helper'];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue