mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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.
|
//Recheck in all reports if the user have permissions to see each report.
|
||||||
$groups = users_get_groups ($config['id_user'], $privileges, $returnAllGroup);
|
$groups = users_get_groups ($config['id_user'], $privileges, $returnAllGroup);
|
||||||
if ($strict_user)
|
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) {
|
foreach ($all_reports as $report) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user