make CS happy
This commit is contained in:
parent
8e6f676719
commit
0e47d5b0aa
|
@ -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…
Reference in New Issue
Block a user