X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2FJobSpecification.php;h=b04aa838082ac32bc00fd93b2ab730582c8ca9b1;hb=b736c1eabe226f41a9b7e63d724ac3cef0de5fd4;hp=4abbc6db2fbd5f53bf234873491fad8adfd6cc46;hpb=d7678fa45e949a5a5eaa369b45e48667a6132c07;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/jobqueue/JobSpecification.php b/includes/jobqueue/JobSpecification.php index 4abbc6db2f..b04aa83808 100644 --- a/includes/jobqueue/JobSpecification.php +++ b/includes/jobqueue/JobSpecification.php @@ -64,7 +64,7 @@ class JobSpecification implements IJobSpecification { $this->type = $type; $this->params = $params; - $this->title = $title ?: Title::makeTitle( NS_SPECIAL, 'Badtitle/' . static::class ); + $this->title = $title ?: Title::makeTitle( NS_SPECIAL, 'Blankpage' ); $this->opts = $opts; }