Merge "Localisation updates from https://translatewiki.net."
[lhc/web/wiklou.git] / includes / jobqueue / JobSpecification.php
index 4abbc6d..b04aa83 100644 (file)
@@ -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;
        }