version RC1
This commit is contained in:
parent
7877e2467e
commit
5aa0304149
2
boot.php
2
boot.php
@ -50,7 +50,7 @@ require_once('include/attach.php');
|
||||
require_once('include/bbcode.php');
|
||||
|
||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||
define ( 'STD_VERSION', '3.8RC' );
|
||||
define ( 'STD_VERSION', '3.8RC1' );
|
||||
define ( 'ZOT_REVISION', '6.0a' );
|
||||
|
||||
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user