Albert221 has uploaded a new change for review.
https://gerrit.wikimedia.org/r/258627
Change subject: Resolve code invoking Title::newFromURL
......................................................................
Resolve code invoking Title::newFromURL
Bug: T65424
Change-Id: I6a734704aa219739be9fa3e7ebf48d8793ace7c1
---
M Contributors.page.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Contributors
refs/changes/27/258627/1
diff --git a/Contributors.page.php b/Contributors.page.php
index 22498ec..a1900c4 100644
--- a/Contributors.page.php
+++ b/Contributors.page.php
@@ -36,7 +36,7 @@
$target = $opts['target'];
unset( $opts['target'] );
$this->setContributorsClass(
- new Contributors( Title::newFromURL( $target ),
$opts->getAllValues() ) );
+ new Contributors( Title::newFromText( $target ),
$opts->getAllValues() ) );
# What are we doing? Different execution paths for inclusion,
# direct access and raw access
--
To view, visit https://gerrit.wikimedia.org/r/258627
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a734704aa219739be9fa3e7ebf48d8793ace7c1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Contributors
Gerrit-Branch: master
Gerrit-Owner: Albert221 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits