Skip to content
Snippets Groups Projects
Commit 8f0fc128 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Unbreak all hooks

Broken during refactoring in 6607b7fb
parent e1946526
No related branches found
No related tags found
No related merge requests found
......@@ -553,7 +553,7 @@ class Module
if (
!isset(self::$module_info[$module]['hooks'][$hook])
|| !empty(self::$module_info[$module]['hooks'][$hook])
|| empty(self::$module_info[$module]['hooks'][$hook])
) {
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment