// Fixed hook names
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class HookCore extends ObjectModel
|
||||
return Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('
|
||||
SELECT * FROM `'._DB_PREFIX_.'hook` h
|
||||
'.($position ? 'WHERE h.`position` = 1' : '').'
|
||||
ORDER BY `title`'
|
||||
ORDER BY `name`'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user