]> git.mxchange.org Git - friendica.git/commitdiff
The "fastlane" can be removed there.
authorMichael Vogel <icarus@dabo.de>
Thu, 9 Apr 2015 17:35:17 +0000 (19:35 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 9 Apr 2015 17:35:17 +0000 (19:35 +0200)
boot.php

index eb5c7e5cba5713192c6bcf719507955100f6de6a..cb380ed99591932f7b22ec563d2eaf88ac8cac2f 100644 (file)
--- 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,