diff options
author | Mario <mario@mariovavti.com> | 2023-09-20 10:45:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-20 10:45:33 +0000 |
commit | d88c67eba37569a95691bc967046eed318e39b46 (patch) | |
tree | fe65946b365d6ea8a97cce1a0affd5f5ce3f6cf5 /include/plugin.php | |
parent | bb38a90ddaa6f57397d62fd0414b4b9d6968f719 (diff) | |
download | volse-hubzilla-d88c67eba37569a95691bc967046eed318e39b46.tar.gz volse-hubzilla-d88c67eba37569a95691bc967046eed318e39b46.tar.bz2 volse-hubzilla-d88c67eba37569a95691bc967046eed318e39b46.zip |
deprecate the ancient $a variable
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 { |