From 453ce4df3bddab898f49102f74ffb072693e2dbd Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 15:12:13 +0200 Subject: admin should not be an app imho - we can not install/delete admin abilities. Remove suggest channels from base apps. --- 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 3c9616375..19cc78d17 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