r71167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71166‎ | r71167 | r71168 >
Date:20:53, 16 August 2010
Author:kaldari
Status:ok
Tags:
Comment:
fixing undefined variable error introduced in r70212
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialCentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php
@@ -758,6 +758,7 @@
759759
760760 if ( $row ) {
761761 // Build Html
 762+ $htmlOut = '';
762763 $htmlOut .= Xml::tags( 'h2', null, wfMsg( 'centralnotice-notice-heading', $notice ) );
763764 $htmlOut .= Xml::openElement( 'table', array( 'cellpadding' => 9 ) );
764765

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70212Updating and cleaning up CentralNotice user interface (prior to adding new fe...kaldari00:58, 31 July 2010

Status & tagging log