From b14dd0e066f7582bae6e558c40b5d25d83a33ae4 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 14 May 2016 21:05:24 -0700 Subject: issue #383 --- boot.php | 2 +- include/import.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/boot.php b/boot.php index c253df395..6b49e795c 100755 --- a/boot.php +++ b/boot.php @@ -46,7 +46,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.6.2' ); +define ( 'STD_VERSION', '1.6.3' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1168 ); diff --git a/include/import.php b/include/import.php index 98c70fa19..46c8057b6 100644 --- a/include/import.php +++ b/include/import.php @@ -90,7 +90,6 @@ function import_channel($channel, $account_id, $seize) { set_default_login_identity($account_id,$channel['channel_id'],false); logger('import step 1'); $_SESSION['import_step'] = 1; - ref_session_write(session_id(), serialize($_SESSION)); return $channel; } -- cgit v1.2.3