From ef414f7457d629c0e4fb6192f0f67598f62c66d1 Mon Sep 17 00:00:00 2001 From: fSerny Date: Wed, 11 Jan 2012 08:35:33 +0000 Subject: [PATCH] // Little fix on ajax filter request git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12329 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminModulesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 036a640fe..4679639ca 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -294,7 +294,7 @@ class AdminModulesControllerCore extends AdminController Configuration::updateValue('PS_SHOW_CAT_MODULES_'.(int)$this->id_employee, ''); $this->initContent(); - $this->context->smarty->display('modules/list.tpl'); + $this->context->smarty->display('controllers/modules/list.tpl'); exit; }