mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed error 500 when sort report items
This commit is contained in:
parent
89ebe2ea2e
commit
e02dd1b61f
@ -3370,7 +3370,7 @@ $buttons['view'] = [
|
||||
$buttons[$activeTab]['active'] = true;
|
||||
|
||||
if ($idReport != 0) {
|
||||
$textReportName = $reportName;
|
||||
$textReportName = $report['name'];
|
||||
} else {
|
||||
$temp = $buttons['main'];
|
||||
$buttons = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user