[-] BO : Improvement made #PSCFI-1387 - The hooks list is reorder by title and technical name is displayed
This commit is contained in:
+2
-1
@@ -92,7 +92,8 @@ class HookCore extends ObjectModel
|
||||
{
|
||||
return Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('
|
||||
SELECT * FROM `'._DB_PREFIX_.'hook` h
|
||||
'.($position ? 'WHERE h.`position` = 1' : '')
|
||||
'.($position ? 'WHERE h.`position` = 1' : '').'
|
||||
ORDER BY `title`'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user