|
@@ -409,8 +409,8 @@ |
|
|
block discarded – undo |
|
409
|
409
|
/** @var Domain $domain */ |
|
410
|
410
|
$domain = Domain::getById(1, $this->getDatabase()); |
|
411
|
411
|
|
|
412
|
|
- $template = str_replace('{articlePath}', $domain->getWikiArticlePath() , $template); |
|
413
|
|
- $template = str_replace('{wikiId}', $domain->getShortName() , $template); |
|
|
412
|
+ $template = str_replace('{articlePath}', $domain->getWikiArticlePath(), $template); |
|
|
413
|
+ $template = str_replace('{wikiId}', $domain->getShortName(), $template); |
|
414
|
414
|
|
|
415
|
415
|
return $template; |
|
416
|
416
|
} |
Please login to merge, or discard this patch.