mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
LSmail : Used LSsession :: fetchTemplate() instead of Smarty function
This commit is contained in:
parent
e06fd8a94b
commit
feae67564d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class LSmail {
|
|||
$GLOBALS['Smarty'] -> assign('LSmail_msg_label',_('Message'));
|
||||
|
||||
$data = array(
|
||||
'html' => $GLOBALS['Smarty'] -> fetch('LSmail.tpl')
|
||||
'html' => LSsession :: fetchTemplate('LSmail.tpl')
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue