diff options
Diffstat (limited to 'include/plugin.php')
-rw-r--r-- | include/plugin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/plugin.php b/include/plugin.php index 648e1953c..1a253d38f 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -500,8 +500,6 @@ function call_hooks($name, &$data = null) { $func = $hook[1]; if($hook[3]) $func($data); - else - $func($a, $data); } else { |