From 98bf8d85fa81ada5096104a97ed206f86081f534 Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Thu, 9 Apr 2015 19:35:17 +0200
Subject: [PATCH] The "fastlane" can be removed there.

---
 boot.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/boot.php b/boot.php
index eb5c7e5cba..cb380ed995 100644
--- a/boot.php
+++ b/boot.php
@@ -1695,9 +1695,6 @@ if(! function_exists('profile_sidebar')) {
 		if($a->theme['template_engine'] === 'internal')
 			$location = template_escape($location);
 
-		if ($connect)
-			$_SESSION["fastlane"] = $p["url"];
-
 		$tpl = get_markup_template('profile_vcard.tpl');
 		$o .= replace_macros($tpl, array(
 			'$profile' => $p,