Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / Hooks.php
index faf7fb9..dec1c44 100644 (file)
@@ -49,10 +49,10 @@ function wfRunHooks($event, $args = array()) {
 
        foreach ($wgHooks[$event] as $index => $hook) {
 
-               $object = NULL;
-               $method = NULL;
-               $func = NULL;
-               $data = NULL;
+               $object = null;
+               $method = null;
+               $func = null;
+               $data = null;
                $have_data = false;
                $closure = false;