MessageCache.php: fixed a typo, tweaked spacing, added braces where needed, etc.
[lhc/web/wiklou.git] / maintenance / dumpUploads.php
index 0db4be3..74c0cb0 100644 (file)
@@ -118,4 +118,4 @@ By default, outputs relative paths against the parent directory of \$wgUploadDir
 }
 
 $maintClass = "UploadDumper";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );