From 9bf26cee6de1015aab3eec87e335c3b90827cd33 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 21 May 2018 16:19:17 -0700 Subject: add hook 'get_system_apps' --- Zotlabs/Lib/Apps.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zotlabs/Lib/Apps.php') diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 24cb4a626..2dded1aaa 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -45,6 +45,8 @@ class Apps { } } + call_hooks('get_system_apps',$ret); + return $ret; } -- cgit v1.2.3