X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=blobdiff_plain;f=includes%2Fjobqueue%2FJob.php;h=29086e69a109c4f11163b062e91e4204f3a1f2ed;hb=52a21ace03540c85c293e09898a90e048e2234bd;hp=c87dedc722734b2e535484d379cc3175fc5eb87f;hpb=7a08b3a13eb61e7a6c65b5f7ea9a09e2f12dc8b3;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;