mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
make CS happy
This commit is contained in:
parent
8e6f676719
commit
0e47d5b0aa
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue