diff options
author | M. Dent <dentm42@gmail.com> | 2018-10-05 19:30:49 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-10-05 19:30:49 +0200 |
commit | 1922a2139d036bec32a69e7ac250b6307ae186ea (patch) | |
tree | ce8805426482690516a428c29bc5e16edcacdd87 /Zotlabs/Extend | |
parent | f5acbccb79bfa5e7d4e91f7a5452d327535ce932 (diff) | |
download | volse-hubzilla-1922a2139d036bec32a69e7ac250b6307ae186ea.tar.gz volse-hubzilla-1922a2139d036bec32a69e7ac250b6307ae186ea.tar.bz2 volse-hubzilla-1922a2139d036bec32a69e7ac250b6307ae186ea.zip |
Revert "Merge branch 'dev' into 'dev'"
This reverts merge request !1310
Diffstat (limited to 'Zotlabs/Extend')
-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 |