Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version

This commit is contained in:
Shinjiman 2009-04-27 03:53:32 +00:00
parent e8bd1c0ba1
commit 890e5711e5

View file

@ -30,6 +30,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
// Credits
$wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,
'name' => 'InputBox',
'author' => array( 'Erik Moeller', 'Leonardo Pimenta', 'Rob Church', 'Trevor Parscal' ),
'url' => 'http://www.mediawiki.org/wiki/Extension:InputBox',