Update output language.
[lhc/web/wiklou.git] / maintenance / upgrade1_5.php
index cc09b06..22fab70 100644 (file)
@@ -323,7 +323,7 @@ class FiveUpgrade extends Maintenance {
        /**
         * Helper function for copyTable array_filter
         */
-       static private function notUpgradeNull($x) {
+       static private function notUpgradeNull( $x ) {
                return $x !== MW_UPGRADE_NULL;
        }
 
@@ -1325,4 +1325,4 @@ END
 }
 
 $maintClass = 'FiveUpgrade';
-require( DO_MAINTENANCE );
+require( RUN_MAINTENANCE_IF_MAIN );