]> git.mxchange.org Git - friendica.git/commitdiff
Null - not false
authorMichael <heluecht@pirati.ca>
Tue, 19 Jun 2018 17:58:28 +0000 (17:58 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 19 Jun 2018 17:58:28 +0000 (17:58 +0000)
mod/display.php

index 8af52d6f3395a6c77bb4b71a3cfd708be273bfc1..6a07fa17622b631978b3c9e8e59a0f8baf6c1715 100644 (file)
@@ -41,7 +41,7 @@ function display_init(App $a)
                }
        }
 
-       $item = false;
+       $item = null;
 
        $fields = ['id', 'parent', 'author-id', 'body', 'uid'];