From beef1e0d5e1b2ae19973715636d8924dad9eb1b0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 24 May 2010 12:52:26 +0000 Subject: [PATCH] removed unused variable --- includes/HTMLForm.php | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.20.1