Jeroen De Dauw has submitted this change and it was merged.

Change subject: Use Parser::SFH_NO_HASH class const
......................................................................


Use Parser::SFH_NO_HASH class const

Instead of the global const

Change-Id: Ice4050bd8bc406a4fe84ea35b1912f8057cd4536
---
M client/includes/hooks/ParserFunctionRegistrant.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved



diff --git a/client/includes/hooks/ParserFunctionRegistrant.php 
b/client/includes/hooks/ParserFunctionRegistrant.php
index 7797f78..d95cb00 100644
--- a/client/includes/hooks/ParserFunctionRegistrant.php
+++ b/client/includes/hooks/ParserFunctionRegistrant.php
@@ -31,7 +31,7 @@
                $parser->setFunctionHook(
                        'noexternallanglinks',
                        '\Wikibase\NoLangLinkHandler::handle',
-                       SFH_NO_HASH
+                       Parser::SFH_NO_HASH
                );
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ice4050bd8bc406a4fe84ea35b1912f8057cd4536
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Adrian Lang <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to