From: Ilmari Karonen Date: Wed, 2 Feb 2011 19:33:32 +0000 (+0000) Subject: followup r81408: fix class name in comment X-Git-Tag: 1.31.0-rc.0~32247 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=7df8a6f2a400b2b6981f52acae484d12694c7f6d;p=lhc%2Fweb%2Fwiklou.git followup r81408: fix class name in comment --- diff --git a/maintenance/fixDoubleRedirects.php b/maintenance/fixDoubleRedirects.php index a6eb667eb6..7f118f2ef4 100644 --- a/maintenance/fixDoubleRedirects.php +++ b/maintenance/fixDoubleRedirects.php @@ -92,7 +92,7 @@ class FixDoubleRedirects extends Maintenance { } } else { $jobs[] = $job; - // FIXME: hardcoded constant 10000 copied from DoubleRedirectFixer class + // FIXME: hardcoded constant 10000 copied from DoubleRedirectJob class if ( count( $jobs ) > 10000 ) { $this->queueJobs( $jobs, $dryrun ); $jobs = array();