mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
LStemplate : Fixed an error message
This commit is contained in:
parent
acdc6c49a7
commit
84c0deb137
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class LStemplate {
|
|||
elseif (method_exists(self :: $_smarty,'registerPlugin')) {
|
||||
self :: $_smarty_version=3;
|
||||
if (!LSsession :: loadLSclass('LStemplate_smarty3_support')) {
|
||||
die(_("LStemplate : Can't load Smarty 2 support file"));
|
||||
die(_("LStemplate : Can't load Smarty 3 support file"));
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue