Fixes yet another PHP notice

This commit is contained in:
Hypolite Petovan 2017-04-20 23:42:21 -04:00
parent a8dc2e65f4
commit 0159e73544
1 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ function flag_content(&$a) {
if($a->argc > 1)
$id = intval($a->argv[1]);
if(! id) {
if(! $id) {
goaway($a->get_baseurl());
}