From 7df8a6f2a400b2b6981f52acae484d12694c7f6d Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Wed, 2 Feb 2011 19:33:32 +0000 Subject: [PATCH] followup r81408: fix class name in comment --- maintenance/fixDoubleRedirects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1