Scrutinizer issues fixed

This commit is contained in:
Neil Lathwood
2014-12-16 20:49:55 +00:00
parent a84df3742f
commit 1140768bd2
4 changed files with 7 additions and 0 deletions

View File

@@ -715,6 +715,7 @@ function is_admin() {
} else {
$allowed = false;
}
return $allowed;
}
?>