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 @@
759
759
760
760
if ( $row ) {
761
761
// Build Html
762
+ $htmlOut = '';
762
763
$htmlOut .= Xml::tags( 'h2', null, wfMsg( 'centralnotice-notice-heading', $notice ) );
763
764
$htmlOut .= Xml::openElement( 'table', array( 'cellpadding' => 9 ) );
764
765
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r70212
Updating and cleaning up CentralNotice user interface (prior to adding new fe...
kaldari
00:58, 31 July 2010
Status & tagging log
23:12, 23 August 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r71167
[
removed:
new
added:
ok]