aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_filter.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_filter.inc.php')
-rw-r--r--include/functions_filter.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/functions_filter.inc.php b/include/functions_filter.inc.php
index 4bd5a6769..12d8c051c 100644
--- a/include/functions_filter.inc.php
+++ b/include/functions_filter.inc.php
@@ -34,9 +34,9 @@
*/
function get_filter_check_key()
{
- global $user;
-
- return $user['id'].$user['recent_period'].date('Ymd');
+ global $user, $filter;
+
+ return $user['id'].$filter['recent_period'].date('Ymd');
}
/**