diff options
author | M. Dent <dentm42@gmail.com> | 2018-10-05 19:32:42 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-10-05 19:32:42 +0200 |
commit | a5e63aa90ac5a5160e55eea98beb0e867533314b (patch) | |
tree | ce8805426482690516a428c29bc5e16edcacdd87 | |
parent | f5acbccb79bfa5e7d4e91f7a5452d327535ce932 (diff) | |
parent | 1922a2139d036bec32a69e7ac250b6307ae186ea (diff) | |
download | volse-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.php | 3 |
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 |