fix third-party zid's

This commit is contained in:
friendica
2014-03-04 15:25:04 -08:00
parent 5f585310e7
commit 39f18d0f16
2 changed files with 3 additions and 0 deletions

View File

@@ -243,6 +243,7 @@ function post_init(&$a) {
$_SESSION['authenticated'] = 1;
$_SESSION['visitor_id'] = $x[0]['xchan_hash'];
$_SESSION['my_url'] = $x[0]['xchan_url'];
$_SESSION['my_address'] = $address;
$_SESSION['remote_service_class'] = $remote_service_class;
$_SESSION['remote_level'] = $remote_level;