[-] INSTALLER : Add hook alias - #PSCFV-2742

This commit is contained in:
fSerny
2012-07-02 08:59:09 +00:00
parent ee4541a341
commit 1e9e36ffd7
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ SET NAMES 'utf8';
UPDATE `PREFIX_orders` SET `reference` = LPAD(reference, 9 , '0');
INSERT INTO `PREFIX_hook_alias` (`name`, `alias`) VALUES ('displayMyAccountBlock', 'myAccountBlock');