Merge "Align search result CSS with Wikimedia UI color palette"
[lhc/web/wiklou.git] / includes / specials / SpecialBrokenRedirects.php
index 8927fbf..b730ecd 100644 (file)
@@ -136,13 +136,7 @@ class BrokenRedirectsPage extends QueryPage {
                                [ 'action' => 'edit' ]
                        );
                }
-               $to = $linkRenderer->makeLink(
-                       $toObj,
-                       null,
-                       [],
-                       [],
-                       [ 'broken' ]
-               );
+               $to = $linkRenderer->makeBrokenLink( $toObj );
                $arr = $this->getLanguage()->getArrow();
 
                $out = $from . $this->msg( 'word-separator' )->escaped();