aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-14 21:05:24 -0700
committerredmatrix <git@macgirvin.com>2016-05-14 21:05:24 -0700
commitb14dd0e066f7582bae6e558c40b5d25d83a33ae4 (patch)
tree15d40a7ebd2e7556e83e613272ef764f2e1bb1d5 /include
parent2d79e75788aa71664a379c4cea0b6bfe3ab87ad0 (diff)
downloadvolse-hubzilla-b14dd0e066f7582bae6e558c40b5d25d83a33ae4.tar.gz
volse-hubzilla-b14dd0e066f7582bae6e558c40b5d25d83a33ae4.tar.bz2
volse-hubzilla-b14dd0e066f7582bae6e558c40b5d25d83a33ae4.zip
issue #383
Diffstat (limited to 'include')
-rw-r--r--include/import.php1
1 files changed, 0 insertions, 1 deletions
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;
}