[Scrutinizer] Fix undeclared variables part 7: mod/ and view/
- Remove unused function `salmon_return()`
This commit is contained in:
parent
2234bb92ae
commit
7a38fbf84b
7 changed files with 14 additions and 21 deletions
|
@ -215,6 +215,7 @@ function vier_community_info()
|
|||
|
||||
//Community_Pages at right_aside
|
||||
if ($show_pages && local_user()) {
|
||||
$cid = null;
|
||||
if (x($_GET, 'cid') && intval($_GET['cid']) != 0) {
|
||||
$cid = $_GET['cid'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue