Fixups ... hopefully the last one :-/

This commit is contained in:
Philipp 2022-10-31 20:26:52 +01:00
parent 87291e30a4
commit eb9da2967e
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}