From: Philipp Date: Mon, 31 Oct 2022 19:26:52 +0000 (+0100) Subject: Fixups ... hopefully the last one :-/ X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb9da2967e8b441e8d2f9df08ef7280e348bd1fb;p=friendica.git Fixups ... hopefully the last one :-/ --- diff --git a/src/Module/Contact/Follow.php b/src/Module/Contact/Follow.php index 0e1e129e92..e9373afa56 100644 --- a/src/Module/Contact/Follow.php +++ b/src/Module/Contact/Follow.php @@ -73,7 +73,7 @@ class Follow extends BaseModule $this->baseUrl->redirect($request['url']); } - $url = Probe::cleanURI($this->session->get('url')); + $url = Probe::cleanURI($request['url']); $this->process($url); }