issue #383
This commit is contained in:
parent
2d79e75788
commit
b14dd0e066
2
boot.php
2
boot.php
@ -46,7 +46,7 @@ require_once('include/account.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '1.6.2' );
|
define ( 'STD_VERSION', '1.6.3' );
|
||||||
define ( 'ZOT_REVISION', 1 );
|
define ( 'ZOT_REVISION', 1 );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1168 );
|
define ( 'DB_UPDATE_VERSION', 1168 );
|
||||||
|
@ -90,7 +90,6 @@ function import_channel($channel, $account_id, $seize) {
|
|||||||
set_default_login_identity($account_id,$channel['channel_id'],false);
|
set_default_login_identity($account_id,$channel['channel_id'],false);
|
||||||
logger('import step 1');
|
logger('import step 1');
|
||||||
$_SESSION['import_step'] = 1;
|
$_SESSION['import_step'] = 1;
|
||||||
ref_session_write(session_id(), serialize($_SESSION));
|
|
||||||
return $channel;
|
return $channel;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user