Umherirrender has uploaded a new change for review.

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

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

Use Parser::SFH_OBJECT_ARGS class const

Instead of the global const

Change-Id: Icb6f582a86b2625166cf03848987cb051ef9bbcf
---
M Contributors.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Contributors 
refs/changes/04/174204/1

diff --git a/Contributors.hooks.php b/Contributors.hooks.php
index a4b8081..2c1424e 100644
--- a/Contributors.hooks.php
+++ b/Contributors.hooks.php
@@ -15,7 +15,7 @@
         */
        public static function setupParserFunction( Parser &$parser ) {
                $parser->setFunctionHook( 'contributors', __CLASS__ . 
'::contributorsParserFunction',
-                       SFH_OBJECT_ARGS );
+                       Parser::SFH_OBJECT_ARGS );
 
                return true;
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb6f582a86b2625166cf03848987cb051ef9bbcf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Contributors
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