mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Add LStemplate assignment for current object in view
This commit is contained in:
parent
002e83e1ab
commit
e5406e924f
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ if(LSsession :: startLSsession()) {
|
|||
$object = LSsession :: getLSuserObject();
|
||||
LStemplate :: assign('pagetitle',_('My account'));
|
||||
}
|
||||
|
||||
LStemplate :: assign('object',$object);
|
||||
|
||||
$view = $object -> getView();
|
||||
$view -> displayView();
|
||||
|
|
Loading…
Reference in a new issue