diff options
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index 68f24f65c..a53aab224 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -3505,7 +3505,7 @@ function &batch_get() { * Populates a job queue with the operations of a batch set. * * Depending on whether the batch is progressive or not, the BatchQueue or - * BatchStaticQueue handler classes will be used. + * BatchMemoryQueue handler classes will be used. * * @param $batch * The batch array. |