r32152 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32151‎ | r32152 | r32153 >
Date:03:10, 19 March 2008
Author:tstarling
Status:old
Tags:
Comment:
Fixed debugging code left in (since r24477)
Modified paths:
  • /trunk/phase3/includes/SpecialPreferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialPreferences.php
@@ -343,7 +343,6 @@
344344
345345 $msg = '';
346346 if ( !wfRunHooks( 'SavePreferences', array( $this, $wgUser, &$msg ) ) ) {
347 - print "(($msg))";
348347 $this->mainPrefsForm( 'error', $msg );
349348 return;
350349 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r24477adding generic hook points to SpecialPreferencesdaniel22:52, 30 July 2007

Status & tagging log