Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / specials / SpecialNewpages.php
index 49938db..903ddab 100644 (file)
@@ -357,7 +357,7 @@ class SpecialNewpages extends SpecialPage {
                                $this->feedItemAuthor( $row ),
                                $comments);
                } else {
-                       return NULL;
+                       return null;
                }
        }