Passed
Push — manual-account-multidomain ( 71d0c9...c5b899 )
by Simon
04:13
created
includes/Pages/PageViewRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -404,8 +404,8 @@
 block discarded – undo
404 404
     {
405 405
         $template = $this->getSiteConfiguration()->getCreateAccountLink();
406 406
 
407
-        $template = str_replace('{articlePath}', $domain->getWikiArticlePath() , $template);
408
-        $template = str_replace('{wikiId}', $domain->getShortName() , $template);
407
+        $template = str_replace('{articlePath}', $domain->getWikiArticlePath(), $template);
408
+        $template = str_replace('{wikiId}', $domain->getShortName(), $template);
409 409
 
410 410
         return $template;
411 411
     }
Please login to merge, or discard this patch.