diff --git a/classes/controller/ModuleFrontController.php b/classes/controller/ModuleFrontController.php index f2db4a085..437fad571 100644 --- a/classes/controller/ModuleFrontController.php +++ b/classes/controller/ModuleFrontController.php @@ -60,7 +60,7 @@ class ModuleFrontControllerCore extends FrontController elseif (Tools::file_exists_cache($this->getTemplatePath().$template)) $this->template = $this->getTemplatePath().$template; else - throw new PrestaShopException("Template '$template'' not found"); + throw new PrestaShopException("Template '$template' not found"); } /**