mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +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);
|
$this->baseUrl->redirect($returnPath);
|
||||||
} else if (!empty($result['cid'])) {
|
} elseif (!empty($result['cid'])) {
|
||||||
$this->baseUrl->redirect('contact/' . $result['cid']);
|
$this->baseUrl->redirect('contact/' . $result['cid']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue