Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hookmanager/hookmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function displayForm()
$hooks = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('SELECT name, position FROM '._DB_PREFIX_.'hook ORDER BY name');

//1. hook update

$html = null;
if (!count($hooks)){
$html .= $this->displayError($this->l('No hooks available.'));
}else{
Expand Down