make CS happy

This commit is contained in:
Philipp 2022-10-30 01:34:52 +02:00
parent 8e6f676719
commit 0e47d5b0aa
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class Follow extends BaseModule
}
$this->baseUrl->redirect($returnPath);
} else if (!empty($result['cid'])) {
} elseif (!empty($result['cid'])) {
$this->baseUrl->redirect('contact/' . $result['cid']);
}