X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=ae8cb200c74f68f1d70f1a1440e20038f2f8e50d;hb=ed30635bee9a9c1876f83288f38dd0dfa31a43d4;hp=f8964885e187050b34f4a59cf9477eaea20ea238;hpb=2a3f94e4521f00142b99ba4fa5f4ec093159cbb7;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php old mode 100644 new mode 100755 index f8964885e1..ae8cb200c7 --- 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?