Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / filerepo / Image.php
index bc94426..08ce219 100644 (file)
@@ -44,7 +44,7 @@ class Image extends LocalFile {
                        }
                        return $img;
                } else {
-                       return NULL;
+                       return null;
                }
        }