Null - not false
This commit is contained in:
parent
a9a19cb8e6
commit
92650f9634
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function display_init(App $a)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$item = false;
|
$item = null;
|
||||||
|
|
||||||
$fields = ['id', 'parent', 'author-id', 'body', 'uid'];
|
$fields = ['id', 'parent', 'author-id', 'body', 'uid'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue