From 309904b15ad842ccbccd8265284f09162f6eee9a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 13:12:13 +0000 Subject: admin should not be an app imho - we can not install/delete admin abilities. Remove suggest channels from base apps. (cherry picked from commit 453ce4df3bddab898f49102f74ffb072693e2dbd) --- Zotlabs/Lib/Apps.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index db25eac67..9e5de1bb0 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -59,7 +59,6 @@ class Apps { static public function get_base_apps() { return get_config('system','base_apps',[ 'Connections', - 'Suggest Channels', 'Grid', 'Settings', 'Files', @@ -75,8 +74,6 @@ class Apps { ]); } - - static public function import_system_apps() { if(! local_channel()) return; -- cgit v1.2.3