diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 15:12:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-06 15:12:13 +0200 |
commit | 453ce4df3bddab898f49102f74ffb072693e2dbd (patch) | |
tree | d73cf40ce6bdfff01f5e397b91f156cc5bab3c7e /Zotlabs | |
parent | 3f57609b75e93df8778f04ffc7b3ba2bddc713a9 (diff) | |
download | volse-hubzilla-453ce4df3bddab898f49102f74ffb072693e2dbd.tar.gz volse-hubzilla-453ce4df3bddab898f49102f74ffb072693e2dbd.tar.bz2 volse-hubzilla-453ce4df3bddab898f49102f74ffb072693e2dbd.zip |
admin should not be an app imho - we can not install/delete admin abilities. Remove suggest channels from base apps.
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 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; |