From 2494e28140e329975733640d6ca360c6cd629152 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 30 Sep 2011 20:55:54 +0000 Subject: [PATCH] Added path to extension's credits show that it can show SVN revision on Special:Version --- Math.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Math.php b/Math.php index 8799379..a2477b7 100644 --- a/Math.php +++ b/Math.php @@ -19,6 +19,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { // Extension credits that will show up on Special:Version $wgExtensionCredits['parserhook'][] = array( + 'path' => __FILE__, 'name' => 'Math', 'version' => '1.0', 'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ), @@ -97,4 +98,4 @@ $wgAutoloadClasses['MathRenderer'] = $dir . 'Math.body.php'; $wgExtensionMessagesFiles['Math'] = $dir . 'Math.i18n.php'; -$wgParserTestFiles[] = $dir . 'mathParserTests.txt'; \ No newline at end of file +$wgParserTestFiles[] = $dir . 'mathParserTests.txt';