diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 16:43:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-06 16:43:28 +0200 |
commit | 5aa03041492d46fa392fed2c322137667a4f453c (patch) | |
tree | 930f0c5346a72362d24c7ff0807dbcd4e8d8a4f9 /include | |
parent | 7877e2467e61fd48c52c8fc6325db5320eb5e03e (diff) | |
download | volse-hubzilla-5aa03041492d46fa392fed2c322137667a4f453c.tar.gz volse-hubzilla-5aa03041492d46fa392fed2c322137667a4f453c.tar.bz2 volse-hubzilla-5aa03041492d46fa392fed2c322137667a4f453c.zip |
version RC1
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/nav.php b/include/nav.php index 79480b52a..c8ba1749a 100644 --- a/include/nav.php +++ b/include/nav.php @@ -230,12 +230,6 @@ function nav($template = 'default') { set_pconfig(local_channel(), 'system','import_system_apps', datetime_convert('UTC','UTC','now','Y-m-d')); } - //force system apps import once on major version upgrade if needed - if(get_pconfig(local_channel(), 'system','force_import_system_apps') !== '3.8RC') { - Apps::import_system_apps(); - set_pconfig(local_channel(), 'system','force_import_system_apps', '3.8RC'); - } - $syslist = array(); $list = Apps::app_list(local_channel(), false, ['nav_featured_app', 'nav_pinned_app']); if($list) { |