1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 02:00:14 +02:00

Fix for news menu caching across languages and different perms.

This commit is contained in:
Cameron
2017-10-09 08:50:56 -07:00
parent ee6d90eeab
commit d9a937d765
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
if (!defined('e107_INIT')) { exit; }
$cString = 'nq_news_months_menu_'.md5(serialize($parm));
$cString = 'nq_news_months_menu_'.md5(serialize($parm).USERCLASS_LIST.e_LANGUAGE);
$cached = e107::getCache()->retrieve($cString);
if(!empty($parm))