Revert "Merge branch 'dev' into 'dev'"

This reverts merge request !1310
This commit is contained in:
M. Dent 2018-10-05 19:30:49 +02:00
parent f5acbccb79
commit 1922a2139d

View File

@ -42,7 +42,6 @@ class Hook {
intval($version) intval($version)
); );
self::insert($hook, $function, $version, $priority);
return $r; return $r;
} }
@ -120,4 +119,4 @@ class Hook {
App::$hooks[$hook][] = array('', $fn, $priority, $version); App::$hooks[$hook][] = array('', $fn, $priority, $version);
} }
} }