aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-06 15:12:13 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-06 15:12:13 +0200
commit453ce4df3bddab898f49102f74ffb072693e2dbd (patch)
treed73cf40ce6bdfff01f5e397b91f156cc5bab3c7e /Zotlabs/Lib/Apps.php
parent3f57609b75e93df8778f04ffc7b3ba2bddc713a9 (diff)
downloadvolse-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/Lib/Apps.php')
-rw-r--r--Zotlabs/Lib/Apps.php3
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;