From 05e7df43bdfc7c6834065279c2813f2531c1ec6d Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 27 Oct 2008 20:38:10 +0000 Subject: [PATCH] Updated the naming in the credits. --- InputBox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InputBox.php b/InputBox.php index 80424c3d..d5129e48 100644 --- a/InputBox.php +++ b/InputBox.php @@ -30,11 +30,11 @@ if( !defined( 'MEDIAWIKI' ) ) { // Credits $wgExtensionCredits['parserhook'][] = array( - 'name' => 'Inputbox', + 'name' => 'InputBox', 'author' => array( 'Erik Moeller', 'Leonardo Pimenta', 'Rob Church', 'Trevor Parscal' ), 'svn-date' => '$LastChangedDate$', 'svn-revision' => '$LastChangedRevision$', - 'url' => 'http://www.mediawiki.org/wiki/Extension:Inputbox', + 'url' => 'http://www.mediawiki.org/wiki/Extension:InputBox', 'description' => 'Allow inclusion of predefined HTML forms.', 'descriptionmsg' => 'inputbox-desc', );