(follow-up r66913) Per CR, make the editsummary length checker use jQuery/RL fanciness.
[lhc/web/wiklou.git] / maintenance / mergeMessageFileList.php
index a914202..994f9bb 100644 (file)
@@ -55,7 +55,7 @@ class MergeMessageFileList extends Maintenance {
        }
 }
 
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );
 
 foreach ( $mmfl['setupFiles'] as $fileName ) {
        if ( strval( $fileName ) === '' ) {