X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=ae8cb200c74f68f1d70f1a1440e20038f2f8e50d;hb=d509a463452585bcbb9fccd07857871ca5c8b063;hp=f8964885e187050b34f4a59cf9477eaea20ea238;hpb=8aa25523721303b6883e1a793f20997f8a33ec0a;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index f8964885e1..ae8cb200c7 100755 --- a/mod/follow.php +++ b/mod/follow.php @@ -49,6 +49,11 @@ function follow_init(&$a) { goaway($_SESSION['return_url']); } } + + // This just confuses things, remove it + if($ret['network'] === NETWORK_DIASPORA) + $ret['url'] = str_replace('?absolute=true','',$ret['url']); + // do we have enough information?