diff options
author | redmatrix <git@macgirvin.com> | 2016-05-14 21:04:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-14 21:04:19 -0700 |
commit | ec81ef7b8d000171f0b01bbc88909083ce5b88be (patch) | |
tree | 9b99b8995d991405c563e593000f2a6a52ab5b79 /include/import.php | |
parent | e02c658eb548bd1a26e491c7c1077d7e8f7946be (diff) | |
download | volse-hubzilla-ec81ef7b8d000171f0b01bbc88909083ce5b88be.tar.gz volse-hubzilla-ec81ef7b8d000171f0b01bbc88909083ce5b88be.tar.bz2 volse-hubzilla-ec81ef7b8d000171f0b01bbc88909083ce5b88be.zip |
issue #383
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
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; } |