From: Marius Hoch Date: Fri, 24 Jan 2014 19:14:11 +0000 (+0100) Subject: Fix comment on JobQueue::push X-Git-Tag: 1.31.0-rc.0~17165^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=2ca728bfc0810a3774aa7b7e36d5bfbdf3b1312d;p=lhc%2Fweb%2Fwiklou.git Fix comment on JobQueue::push Change-Id: I2a7e570ee29ca9dcab2e5c92616ecb69310ae7d5 --- diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php index 8d93dc0449..52978b8aaf 100644 --- a/includes/job/JobQueue.php +++ b/includes/job/JobQueue.php @@ -298,7 +298,7 @@ abstract class JobQueue { } /** - * Push a single jobs into the queue. + * Push one or more jobs into the queue. * This does not require $wgJobClasses to be set for the given job type. * Outside callers should use JobQueueGroup::push() instead of this function. *