[-] BO : fixed bug #PSCFV-1726 - Meta Title Suppliers not save

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14904 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-04-26 09:57:05 +00:00
parent 272eb3db22
commit e1ae7b9125
@@ -167,7 +167,7 @@ class AdminSuppliersControllerCore extends AdminController
array(
'type' => 'text',
'label' => $this->l('Meta title:'),
'name' => 'smeta_title',
'name' => 'meta_title',
'lang' => true,
'hint' => $this->l('Forbidden characters:').' <>;=#{}'
),