Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / api / ApiUndelete.php
index 9a1e927..6c831f3 100644 (file)
@@ -40,7 +40,7 @@ class ApiUndelete extends ApiBase {
                global $wgUser;
                $params = $this->extractRequestParams();
 
-               $titleObj = NULL;
+               $titleObj = null;
                if(!isset($params['title']))
                        $this->dieUsageMsg(array('missingparam', 'title'));
                if(!isset($params['token']))