From 4a66bdcdf97a61e2a732d7d79a63b5ff5bfe6fe3 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 30 Sep 2013 19:18:08 +0200 Subject: [PATCH] // report of https://github.com/PrestaShop/PrestaShop/commit/9b627bf9a28ffc2ce2a0b55bb88af0dd59544c55 --- classes/controller/ModuleFrontController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } /**