Revert r81542 for now, too lazy to fix this properly
[lhc/web/wiklou.git] / maintenance / reassignEdits.php
index 100f4b9..bb34e51 100644 (file)
@@ -126,8 +126,8 @@ class ReassignEdits extends Maintenance {
         * i.e. a user => id mapping, or a user_text => text mapping
         *
         * @param $user User for the condition
-        * @param $idfield Field name containing the identifier
-        * @param $utfield Field name containing the user text
+        * @param $idfield string Field name containing the identifier
+        * @param $utfield string Field name containing the user text
         * @return array
         */
        private function userConditions( &$user, $idfield, $utfield ) {
@@ -169,5 +169,5 @@ class ReassignEdits extends Maintenance {
 }
 
 $maintClass = "ReassignEdits";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );