X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fjobqueue%2FJobSpecification.php;h=d636dc6516232509cc2fbac81b9ef5d49e0f9db1;hp=616c6d6ab9bd7e80f20042e3402f1d5b8bcb9b7d;hb=e3bd13db0c285f312e31bb1b7271af4628cca80c;hpb=d716155c8b2d6e4a51a4110195cee7a1794846e8 diff --git a/includes/jobqueue/JobSpecification.php b/includes/jobqueue/JobSpecification.php index 616c6d6ab9..d636dc6516 100644 --- a/includes/jobqueue/JobSpecification.php +++ b/includes/jobqueue/JobSpecification.php @@ -216,7 +216,7 @@ class JobSpecification implements IJobSpecification { 'opts' => $this->opts, 'title' => [ 'ns' => $this->title->getNamespace(), - 'key' => $this->title->getDbKey() + 'key' => $this->title->getDBkey() ] ]; }