mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 12:25:14 +02:00
Merge branch 'develop' into eventdispatcher-part3
This commit is contained in:
commit
ea172010f8
91 changed files with 821 additions and 799 deletions
|
@ -40,7 +40,7 @@ class Hook
|
|||
public static function loadHooks()
|
||||
{
|
||||
self::$hooks = [];
|
||||
$stmt = DBA::select('hook', ['hook', 'file', 'function'], [], ['order' => ['priority' => 'desc', 'file']]);
|
||||
$stmt = DBA::select('hook', ['hook', 'file', 'function'], [], ['order' => ['priority' => 'desc', 'file']]);
|
||||
|
||||
while ($hook = DBA::fetch($stmt)) {
|
||||
self::add($hook['hook'], $hook['file'], $hook['function']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue