removed unused variable
[lhc/web/wiklou.git] / 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();