//Fixed bug var list_skip_actions in list_content.tpl

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9440 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-19 09:17:56 +00:00
parent 65de510dfa
commit 8aa35a9196
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class AdminShopUrlControllerCore extends AdminController
$this->className = 'ShopUrl';
$this->lang = false;
$this->requiredDatabase = true;
$this->_listSkipDelete = array(1);
$this->addRowActionSkipList('delete', array(1));
$this->addRowAction('edit');
$this->addRowAction('delete');