r66824 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r66823
|
r66824
|
r66825
>
Date:
12:52, 24 May 2010
Author:
ialex
Status:
ok
Tags:
Comment:
removed unused variable
Modified paths:
/trunk/phase3/includes/HTMLForm.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/HTMLForm.php
—
—
@@ -195,8 +195,6 @@
196
196
if ( ! $this->mTitle ) {
197
197
throw new MWException( "You must call setTitle() on an HTMLForm" );
198
198
}
199
-
200
- $html = '';
201
199
202
200
self::addJS();
203
201
Status & tagging log
13:47, 24 May 2010
Platonides
(
talk
|
contribs
)
changed the
status
of r66824
[
removed:
new
added:
ok]