From: Philipp Date: Sat, 29 Oct 2022 23:34:52 +0000 (+0200) Subject: make CS happy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e47d5b0aa518529447122040d3b1aa0def18d4e;p=friendica.git make CS happy --- diff --git a/src/Module/Follow.php b/src/Module/Follow.php index 2844e40bf2..95ad2c9ae7 100644 --- a/src/Module/Follow.php +++ b/src/Module/Follow.php @@ -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']); }