Fixed debugging code left in (since r24477)
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 19 Mar 2008 03:10:31 +0000 (03:10 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 19 Mar 2008 03:10:31 +0000 (03:10 +0000)
includes/SpecialPreferences.php

index ca163a6..00d26e9 100644 (file)
@@ -343,7 +343,6 @@ class PreferencesForm {
 
                $msg = '';
                if ( !wfRunHooks( 'SavePreferences', array( $this, $wgUser, &$msg ) ) ) {
-                       print "(($msg))";
                        $this->mainPrefsForm( 'error', $msg );
                        return;
                }