1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-04-22 03:02:25 +02:00

LSmail : Used LSsession :: fetchTemplate() instead of Smarty function

This commit is contained in:
Benjamin Renard 2013-06-16 10:01:49 +02:00
parent e06fd8a94b
commit feae67564d

View file

@ -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')
);
}