From 63c5d0480ea1bbca44bcc0c694631438557177eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 24 Jun 2006 00:02:37 +0000 Subject: [PATCH] * Corrected filename --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 053798f06e..3202bf5f60 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2052,7 +2052,7 @@ $wgAllowCategorizedRecentChanges = false ; /** * Number of jobs to perform per request. May be less than one in which case * jobs are performed probabalistically. If this is zero, jobs will not be done - * during ordinary apache requests. In this case, maintenance/doJobs.php should + * during ordinary apache requests. In this case, maintenance/runJobs.php should * be run periodically. */ $wgJobRunRate = 1; -- 2.20.1