removed unused variable
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 May 2010 12:52:26 +0000 (12:52 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 May 2010 12:52:26 +0000 (12:52 +0000)
includes/HTMLForm.php

index e61bbba..6046879 100644 (file)
@@ -195,8 +195,6 @@ class HTMLForm {
                if ( ! $this->mTitle ) {
                        throw new MWException( "You must call setTitle() on an HTMLForm" );
                }
-               
-               $html = '';
 
                self::addJS();