diff --git a/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php b/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php index d76dd8dfa..f0cb6d8d4 100755 --- a/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php +++ b/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php @@ -70,14 +70,8 @@ class SmartyParser extends Smarty implements ParserInterface $this->error_reporting = E_ALL ^ E_NOTICE; // Si on n'est pas en mode debug, activer le cache, avec une lifetime de 15mn, et en vérifiant que les templates sources n'ont pas été modifiés. - if ($debug === false) { - $this->caching = Smarty::CACHING_LIFETIME_CURRENT; - $this->cache_lifetime = 300; - $this->compile_check = true; - } else { - $this->caching = Smarty::CACHING_OFF; - $this->force_compile = true; - } + $this->caching = Smarty::CACHING_OFF; + $this->force_compile = true; // The default HTTP status $this->status = 200; diff --git a/templates/default/password.html b/templates/default/password.html index 9168bd0a3..e332cdb0b 100644 --- a/templates/default/password.html +++ b/templates/default/password.html @@ -17,7 +17,7 @@ {form name="thelia.customer.lostpassword"}
-

{intl l="Please enter your email address below." {intl l="You will receive a link to reset your password."}

+

{intl l="Please enter your email address below."} {intl l="You will receive a link to reset your password."}

{form_field form=$form field="email"}