Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / specials / SpecialContributions.php
index fae8281..ce3c9c9 100644 (file)
@@ -400,7 +400,7 @@ class SpecialContributions extends SpecialPage {
                                $comments
                        );
                } else {
-                       return NULL;
+                       return null;
                }
        }