Jackmcbarn has uploaded a new change for review.

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

Change subject: Fix Special:Version
......................................................................

Fix Special:Version

Currently, this extension makes Special:Version fatal because it's missing
a []. Also, change the category from parserhook to other, since it doesn't
actually add any parser hooks.

Change-Id: Ib67ffa92151ecd68d03fc6924dbdea350194ff64
---
M Capiunto.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Capiunto 
refs/changes/34/166934/1

diff --git a/Capiunto.php b/Capiunto.php
index b4b4128..14dafe5 100644
--- a/Capiunto.php
+++ b/Capiunto.php
@@ -11,7 +11,7 @@
        die( "Not an entry point.\n" );
 }
 
-$wgExtensionCredits['parserhook'] = array(
+$wgExtensionCredits['other'][] = array(
        'path' => __FILE__,
        'name' => 'Capiunto',
        'author' => 'Marius Hoch',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib67ffa92151ecd68d03fc6924dbdea350194ff64
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Capiunto
Gerrit-Branch: master
Gerrit-Owner: Jackmcbarn <jackmcb...@gmail.com>

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

Reply via email to