r25378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25377‎ | r25378 | r25379 >
Date:20:47, 31 August 2007
Author:aaron
Status:old
Tags:
Comment:
*Remove debug line
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -910,7 +910,7 @@
911911 default:
912912 $message = wfMsgHtml( 'badaccess-groups', $groups );
913913 }
914 - #$this->addHtml( $message );
 914+ $this->addHtml( $message );
915915 $this->returnToMain( false );
916916 }
917917

Follow-up revisions

RevisionCommit summaryAuthorDate
r25415Merged revisions 25372-25414 via svnmerge from...david21:15, 2 September 2007

Status & tagging log