1
0
Fork 0

[Scrutinizer] Fix undeclared variables part 7: mod/ and view/

- Remove unused function `salmon_return()`
This commit is contained in:
Hypolite Petovan 2018-02-14 00:07:26 -05:00
commit 7a38fbf84b
7 changed files with 14 additions and 21 deletions

View file

@ -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'];
}