mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
Rename missnamed recent object template variable to LSldapObject
This commit is contained in:
parent
caa45fcc12
commit
3d2ab8127d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ if(LSsession :: startLSsession()) {
|
||||||
LStemplate :: assign('pagetitle',_('My account'));
|
LStemplate :: assign('pagetitle',_('My account'));
|
||||||
}
|
}
|
||||||
|
|
||||||
LStemplate :: assign('object',$object);
|
LStemplate :: assign('LSldapObject',$object);
|
||||||
|
|
||||||
$view = $object -> getView();
|
$view = $object -> getView();
|
||||||
$view -> displayView();
|
$view -> displayView();
|
||||||
|
|
Loading…
Reference in a new issue