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

Change subject: Fix NoLangLinkHandler
......................................................................

Fix NoLangLinkHandler

Missing reference in 3b7445e0aff893524755497c8e57daf793b57ae1 ,
breaking the magic word.

Bug: T167238
Change-Id: I0f081fd78c7a3c5104edd5bde286d8bf7709c073
---
M client/includes/Hooks/ParserFunctionRegistrant.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/27/357527/1

diff --git a/client/includes/Hooks/ParserFunctionRegistrant.php 
b/client/includes/Hooks/ParserFunctionRegistrant.php
index 24f920e..7917598 100644
--- a/client/includes/Hooks/ParserFunctionRegistrant.php
+++ b/client/includes/Hooks/ParserFunctionRegistrant.php
@@ -36,7 +36,7 @@
        private function registerNoLangLinkHandler( Parser $parser ) {
                $parser->setFunctionHook(
                        'noexternallanglinks',
-                       '\Wikibase\NoLangLinkHandler::handle',
+                       '\Wikibase\Client\Hooks\NoLangLinkHandler::handle',
                        Parser::SFH_NO_HASH
                );
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f081fd78c7a3c5104edd5bde286d8bf7709c073
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: wmf/1.30.0-wmf.4
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>

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

Reply via email to