Follow-up r81619: Add new message key to maintenance file
[lhc/web/wiklou.git] / maintenance / importUseModWikipedia.php
index c0d8dd7..a14c4f4 100644 (file)
@@ -26,7 +26,8 @@ class ImportUseModWikipedia extends Maintenance {
                //'TheMostRemarkableFormulaInTheWorld' => 985368221,
                'TheRecorder' => 985368220,
                'GladstoneOregon' => 985368219,
-               #'UnitedStatesConstitution/AmendmentTwo' => 
+               'PacificBeach' => '?',
+               'AaRiver' => '?',
        );
 
        var $replacements = array();
@@ -890,4 +891,4 @@ EOT
 }
 
 $maintClass = 'ImportUseModWikipedia';
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );