The "fastlane" can be removed there.
This commit is contained in:
parent
ccbac6874b
commit
98bf8d85fa
1 changed files with 0 additions and 3 deletions
3
boot.php
3
boot.php
|
@ -1695,9 +1695,6 @@ if(! function_exists('profile_sidebar')) {
|
||||||
if($a->theme['template_engine'] === 'internal')
|
if($a->theme['template_engine'] === 'internal')
|
||||||
$location = template_escape($location);
|
$location = template_escape($location);
|
||||||
|
|
||||||
if ($connect)
|
|
||||||
$_SESSION["fastlane"] = $p["url"];
|
|
||||||
|
|
||||||
$tpl = get_markup_template('profile_vcard.tpl');
|
$tpl = get_markup_template('profile_vcard.tpl');
|
||||||
$o .= replace_macros($tpl, array(
|
$o .= replace_macros($tpl, array(
|
||||||
'$profile' => $p,
|
'$profile' => $p,
|
||||||
|
|
Loading…
Reference in a new issue