From 57d9c66b78fb19b05a98c9a11d562ef6bab724ee Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 23 Mar 2015 14:50:43 +0100 Subject: [PATCH] Fixed error php --- pandora_console/include/functions_reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index 6cf27fc0af..083d60f195 100644 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -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) {