// Removing first confirm message on deleting a category

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12631 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-24 09:05:31 +00:00
parent b63e0b46c9
commit 249e23bb86
4 changed files with 30 additions and 13 deletions
+2 -2
View File
@@ -224,7 +224,7 @@ class AdminControllerCore extends Controller
*/
protected $filter;
protected $noLink;
protected $specificConfirmDelete;
protected $specificConfirmDelete = null;
protected $colorOnBackground;
/** @var bool If true, activates color on hover */
protected $row_hover = true;
@@ -1343,7 +1343,7 @@ class AdminControllerCore extends Controller
'install_dir_exists' => file_exists(_PS_ADMIN_DIR_.'/../install'),
'is_multishop' => $is_multishop,
'pic_dir' => _THEME_PROD_PIC_DIR_,
'controller_name' => Tools::getValue('controller'),
'controller_name' => Tools::getValue('controller'),
));
}