Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / api / ApiQueryUsers.php
index 7bc8cdb..d697d87 100644 (file)
@@ -210,7 +210,7 @@ if (!defined('MEDIAWIKI')) {
        public function getAllowedParams() {
                return array (
                        'prop' => array (
-                               ApiBase :: PARAM_DFLT => NULL,
+                               ApiBase :: PARAM_DFLT => null,
                                ApiBase :: PARAM_ISMULTI => true,
                                ApiBase :: PARAM_TYPE => array (
                                        'blockinfo',