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

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

Use Parser::SFH_OBJECT_ARGS class const

Instead of the global const

Change-Id: I810777281905393f341480c629fa922d28f88777
---
M NumerAlpha.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/NumerAlpha 
refs/changes/60/348260/1

diff --git a/NumerAlpha.class.php b/NumerAlpha.class.php
index 3af42a5..fc7938d 100755
--- a/NumerAlpha.class.php
+++ b/NumerAlpha.class.php
@@ -51,7 +51,7 @@
                                'NumerAlpha',  // class to call function from
                                'renderCounter' // function to call within that 
class
                        ),
-                       SFH_OBJECT_ARGS
+                       Parser::SFH_OBJECT_ARGS
                );
 
                return true;

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

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