From: Alexandre Emsenhuber Date: Mon, 24 May 2010 12:52:26 +0000 (+0000) Subject: removed unused variable X-Git-Tag: 1.31.0-rc.0~36750 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=beef1e0d5e1b2ae19973715636d8924dad9eb1b0;p=lhc%2Fweb%2Fwiklou.git removed unused variable --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index e61bbba365..6046879622 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -195,8 +195,6 @@ class HTMLForm { if ( ! $this->mTitle ) { throw new MWException( "You must call setTitle() on an HTMLForm" ); } - - $html = ''; self::addJS();