diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-17 11:36:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-17 11:36:25 +0200 |
commit | 1455fa6bc3298ecfae4210410441bd072fd359eb (patch) | |
tree | 0e11f6f89de5d5dccd16ae9f3d3dd147fc156331 /Zotlabs | |
parent | a9853e6033ed6a9af639606fa73bb5b40d2fbbcb (diff) | |
parent | eefa47776b90e1d91140633f73fbbddb973db0b4 (diff) | |
download | volse-hubzilla-1455fa6bc3298ecfae4210410441bd072fd359eb.tar.gz volse-hubzilla-1455fa6bc3298ecfae4210410441bd072fd359eb.tar.bz2 volse-hubzilla-1455fa6bc3298ecfae4210410441bd072fd359eb.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 6b87ac6cb..aa7e2282d 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -722,6 +722,9 @@ class Apps { ); if($r) { + $hookinfo = Array('uid'=>$uid,'deleted'=>$deleted,'cats'=>$cats,'apps'=>$r); + call_hooks('app_list',$hookinfo); + $r = $hookinfo['apps']; for($x = 0; $x < count($r); $x ++) { if(! $r[$x]['app_system']) $r[$x]['type'] = 'personal'; |