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 @@
344
344
345
345
$msg = '';
346
346
if ( !wfRunHooks( 'SavePreferences', array( $this, $wgUser, &$msg ) ) ) {
347
- print "(($msg))";
348
347
$this->mainPrefsForm( 'error', $msg );
349
348
return;
350
349
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r24477
adding generic hook points to SpecialPreferences
daniel
22:52, 30 July 2007
Status & tagging log
15:25, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r32152
[
removed:
ok
added:
old]