mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
fixed bug
This commit is contained in:
parent
2953870e4f
commit
13850e52d5
@ -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…
x
Reference in New Issue
Block a user