jenkins-bot has submitted this change and it was merged.

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


Resolve code invoking Title::newFromURL

Bug: T65424
Change-Id: I89c045b1fe99420ce1611fafaa7c8bc392c7c057
---
M ResponsibleEditors/ResponsibleEditors.class.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  TTO: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/ResponsibleEditors/ResponsibleEditors.class.php 
b/ResponsibleEditors/ResponsibleEditors.class.php
index 45d1871..ca8fb41 100644
--- a/ResponsibleEditors/ResponsibleEditors.class.php
+++ b/ResponsibleEditors/ResponsibleEditors.class.php
@@ -296,7 +296,7 @@
                                        continue;
                                }
 
-                               $oTitle = Title::newFromURL( $vVal );
+                               $oTitle = Title::newFromText( $vVal );
                                break;
                        }
                }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I89c045b1fe99420ce1611fafaa7c8bc392c7c057
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Albert221 <w.albert...@gmail.com>
Gerrit-Reviewer: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Pwirth <wi...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: TTO <at.li...@live.com.au>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to