make CS happy

This commit is contained in:
Philipp
2022-10-30 01:34:52 +02:00
parent 8e6f676719
commit 0e47d5b0aa

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']);
}