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')); $GLOBALS['Smarty'] -> assign('LSmail_msg_label',_('Message'));
$data = array( $data = array(
'html' => $GLOBALS['Smarty'] -> fetch('LSmail.tpl') 'html' => LSsession :: fetchTemplate('LSmail.tpl')
); );
} }