diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 13:12:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-06 15:12:56 +0200 |
commit | 309904b15ad842ccbccd8265284f09162f6eee9a (patch) | |
tree | cb4a67a8b34367324874b5db7b5c81126936b7de /Zotlabs | |
parent | 02537b80b2267b7da093687119689bcd5cace0b7 (diff) | |
download | volse-hubzilla-309904b15ad842ccbccd8265284f09162f6eee9a.tar.gz volse-hubzilla-309904b15ad842ccbccd8265284f09162f6eee9a.tar.bz2 volse-hubzilla-309904b15ad842ccbccd8265284f09162f6eee9a.zip |
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)
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 3 |
1 files changed, 0 insertions, 3 deletions
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; |