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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user