Divadsn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/331449 )

Change subject: Replace Linker::link() with LinkRenderer
......................................................................

Replace Linker::link() with LinkRenderer

Bug: T149346
Change-Id: I696e770c9fa04197eae07cfc19dbcf28e88a73e3
---
M SpecialMassRatings.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticleRatings 
refs/changes/49/331449/1

diff --git a/SpecialMassRatings.php b/SpecialMassRatings.php
index 452ff3b..f191176 100644
--- a/SpecialMassRatings.php
+++ b/SpecialMassRatings.php
@@ -79,7 +79,7 @@
                        return false;
                }
 
-               $link = Linker::link( $title );
+               $link = $this->getLinkRenderer()->makeLink( $title );
 
                return $pic . $label . ' - ' . $link;
        }
@@ -102,4 +102,4 @@
 
                return $params;
        }
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/331449
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I696e770c9fa04197eae07cfc19dbcf28e88a73e3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleRatings
Gerrit-Branch: master
Gerrit-Owner: Divadsn <divad.nnamtd...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to