Umherirrender has uploaded a new change for review.

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

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(-)


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

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: newchange
Gerrit-Change-Id: Ice4050bd8bc406a4fe84ea35b1912f8057cd4536
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

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

Reply via email to