// Remove unused attributeLang

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10265 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-18 14:09:17 +00:00
parent 6ae7ef6cbb
commit d9cb7eb475
14 changed files with 1 additions and 34 deletions
@@ -77,7 +77,6 @@ class AdminQuickAccessesController extends AdminController
'label' => $this->l('Name:'),
'name' => 'name',
'lang' => true,
'attributeLang' => 'name',
'size' => 33,
'maxlength' => 32,
'required' => true,