X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2FJob.php;h=29086e69a109c4f11163b062e91e4204f3a1f2ed;hb=2fc229116d6b040667b6f8592c48a8527abf2673;hp=c87dedc722734b2e535484d379cc3175fc5eb87f;hpb=592c19692e8bd1218e9e58c89116566dccce0315;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/jobqueue/Job.php b/includes/jobqueue/Job.php index c87dedc722..29086e69a1 100644 --- a/includes/jobqueue/Job.php +++ b/includes/jobqueue/Job.php @@ -135,7 +135,7 @@ abstract class Job implements RunnableJob { // When constructing this class for submitting to the queue, // normalise the $title arg of old job classes as part of $params. $params['namespace'] = $title->getNamespace(); - $params['title'] = $title->getDBKey(); + $params['title'] = $title->getDBkey(); } $this->command = $command;