[-] MO : Fix hook name on differents modules - #PSCFV-2784
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16173 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -33,7 +33,7 @@ function module_reinstall_blocksearch()
|
||||
{
|
||||
$res &= Db::getInstance()->execute('INSERT INTO `'._DB_PREFIX_.'hook`
|
||||
(`name`, `title`, `description`, `position`) VALUES
|
||||
("myAccountBlock", "My account block", "Display extra informations inside the \"my account\" block", 1)');
|
||||
("displayMyAccountBlock", "My account block", "Display extra informations inside the \"my account\" block", 1)');
|
||||
// register left column, and header, and addmyaccountblockhook
|
||||
$hooks = array('top', 'header');
|
||||
foreach($hooks as $hook_name)
|
||||
|
||||
Reference in New Issue
Block a user