aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-10-05 19:32:42 +0200
committerM. Dent <dentm42@gmail.com>2018-10-05 19:32:42 +0200
commita5e63aa90ac5a5160e55eea98beb0e867533314b (patch)
treece8805426482690516a428c29bc5e16edcacdd87
parentf5acbccb79bfa5e7d4e91f7a5452d327535ce932 (diff)
parent1922a2139d036bec32a69e7ac250b6307ae186ea (diff)
downloadvolse-hubzilla-a5e63aa90ac5a5160e55eea98beb0e867533314b.tar.gz
volse-hubzilla-a5e63aa90ac5a5160e55eea98beb0e867533314b.tar.bz2
volse-hubzilla-a5e63aa90ac5a5160e55eea98beb0e867533314b.zip
Merge branch 'revert-f5acbccb' into 'dev'
Revert Fix: for hook registration. Needs more testing. See merge request hubzilla/core!1311
-rw-r--r--Zotlabs/Extend/Hook.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Extend/Hook.php b/Zotlabs/Extend/Hook.php
index 5a1fe6686..81260ead6 100644
--- a/Zotlabs/Extend/Hook.php
+++ b/Zotlabs/Extend/Hook.php
@@ -42,7 +42,6 @@ class Hook {
intval($version)
);
- self::insert($hook, $function, $version, $priority);
return $r;
}
@@ -120,4 +119,4 @@ class Hook {
App::$hooks[$hook][] = array('', $fn, $priority, $version);
}
-}
+} \ No newline at end of file