"fastlane" should now work with remote adding as well.
This commit is contained in:
parent
f6ea872986
commit
015ebd7d1b
2
boot.php
2
boot.php
|
@ -1695,6 +1695,8 @@ 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(
|
||||||
|
|
Loading…
Reference in a new issue