r71682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71681‎ | r71682 | r71683 >
Date:00:33, 26 August 2010
Author:kaldari
Status:ok
Tags:
Comment:
missing a semicolon in r71679
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialNoticeTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php
@@ -239,7 +239,7 @@
240240 );
241241
242242 // Restore banner body state in the event of an error on form submit
243 - $body = $wgRequest->getVal( 'templateBody', '' )
 243+ $body = $wgRequest->getVal( 'templateBody', '' );
244244
245245 $htmlOut .= Xml::textarea( 'templateBody', $body, 60, 20 );
246246 $htmlOut .= Xml::closeElement( 'fieldset' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71679better way to restore banner bodykaldari00:18, 26 August 2010

Status & tagging log