mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Change comment caching to object level instead of class level to prevent revealing restricted comments
This commit is contained in:
parent
c8aa72039f
commit
fefdb42340
@ -693,6 +693,7 @@ abstract class bo_tracking
|
||||
|
||||
if (is_numeric($user_or_lang)) // user --> read everything from his prefs
|
||||
{
|
||||
$GLOBALS['egw_info']['user']['account_id'] = $user_or_lang;
|
||||
$GLOBALS['egw']->preferences->__construct($user_or_lang);
|
||||
$GLOBALS['egw_info']['user']['preferences'] = $GLOBALS['egw']->preferences->read_repository(false); // no session prefs!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user