1
0
Fork 0

Move Follow to /contact namespace

This commit is contained in:
Philipp Holzer 2022-10-31 17:58:04 +01:00
commit b5d01337d9
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
6 changed files with 8 additions and 8 deletions

View file

@ -202,7 +202,7 @@ class Follow extends BaseModule
protected function process(string $url)
{
$returnPath = 'follow?rul=' . urlencode($url);
$returnPath = 'follow?url=' . urlencode($url);
$result = Contact::createFromProbeForUser($this->app->getLoggedInUserId(), $url);