aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-20 10:45:33 +0000
committerMario <mario@mariovavti.com>2023-09-20 10:45:33 +0000
commitd88c67eba37569a95691bc967046eed318e39b46 (patch)
treefe65946b365d6ea8a97cce1a0affd5f5ce3f6cf5 /include
parentbb38a90ddaa6f57397d62fd0414b4b9d6968f719 (diff)
downloadvolse-hubzilla-d88c67eba37569a95691bc967046eed318e39b46.tar.gz
volse-hubzilla-d88c67eba37569a95691bc967046eed318e39b46.tar.bz2
volse-hubzilla-d88c67eba37569a95691bc967046eed318e39b46.zip
deprecate the ancient $a variable
Diffstat (limited to 'include')
-rw-r--r--include/plugin.php2
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 {