mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed error php
This commit is contained in:
parent
a22d3f5434
commit
57d9c66b78
@ -111,7 +111,7 @@ function reports_get_reports ($filter = false, $fields = false, $returnAllGroup
|
||||
//Recheck in all reports if the user have permissions to see each report.
|
||||
$groups = users_get_groups ($config['id_user'], $privileges, $returnAllGroup);
|
||||
if ($strict_user)
|
||||
$groups = users_get_strict_mode_groups ($config['id_user'], $returnAllGroup)
|
||||
$groups = users_get_strict_mode_groups ($config['id_user'], $returnAllGroup);
|
||||
}
|
||||
|
||||
foreach ($all_reports as $report) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user