Null - not false

This commit is contained in:
Michael 2018-06-19 17:58:28 +00:00
parent a9a19cb8e6
commit 92650f9634
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function display_init(App $a)
}
}
$item = false;
$item = null;
$fields = ['id', 'parent', 'author-id', 'body', 'uid'];