LSsession : refresh LSprofiles and session cache on LSsession_refresh

This commit is contained in:
Benjamin Renard 2015-08-21 17:49:04 +02:00
parent 303406fffc
commit 28fc35da49

View file

@ -543,7 +543,9 @@ class LSsession {
}
if ( !self :: cacheLSprofiles() || isset($_REQUEST['LSsession_refresh']) ) {
self :: loadLSprofiles();
self :: loadLSaccess();
$_SESSION['LSsession']=self :: getContextInfos();
}
LStemplate :: assign('LSsession_username',self :: getLSuserObject() -> getDisplayName());