admin should not be an app imho - we can not install/delete admin abilities. Remove suggest channels from base apps.
This commit is contained in:
parent
3f57609b75
commit
453ce4df3b
@ -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;
|
||||
|
@ -1,6 +0,0 @@
|
||||
version: 1
|
||||
url: $baseurl/admin
|
||||
requires: admin
|
||||
name: Admin
|
||||
photo: icon:wrench
|
||||
categories: nav_featured_app
|
Reference in New Issue
Block a user