fixed error 500 when sort report items

This commit is contained in:
marcos 2021-07-21 11:43:11 +02:00
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;