Albert221 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/258630

Change subject: Resolve code invoking Title::newFromURL
......................................................................

Resolve code invoking Title::newFromURL

Bug: T65424
Change-Id: I08f0763b6ad628a2a278fb9132864a60c2cd96a7
---
M SafeDelete.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SafeDelete 
refs/changes/30/258630/1

diff --git a/SafeDelete.class.php b/SafeDelete.class.php
index fc6aea1..1855d9c 100644
--- a/SafeDelete.class.php
+++ b/SafeDelete.class.php
@@ -50,7 +50,7 @@
                        return;
                }
 
-               $title = Title::newFromURL( $par );
+               $title = Title::newFromText( $par );
                $this->getSkin()->setRelevantTitle( $title );
 
                if ( class_exists( "SemanticTitle" ) ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I08f0763b6ad628a2a278fb9132864a60c2cd96a7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SafeDelete
Gerrit-Branch: master
Gerrit-Owner: Albert221 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to