mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 01:49:08 +01:00
LSsession : refresh LSprofiles and session cache on LSsession_refresh
This commit is contained in:
parent
303406fffc
commit
28fc35da49
1 changed files with 2 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue