From: Michael Date: Tue, 19 Jun 2018 17:58:28 +0000 (+0000) Subject: Null - not false X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=92650f9634f89650979bbf05c4c1971bba9bfa77;p=friendica.git Null - not false --- diff --git a/mod/display.php b/mod/display.php index 8af52d6f33..6a07fa1762 100644 --- a/mod/display.php +++ b/mod/display.php @@ -41,7 +41,7 @@ function display_init(App $a) } } - $item = false; + $item = null; $fields = ['id', 'parent', 'author-id', 'body', 'uid'];