r49958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49957‎ | r49958 | r49959 >
Date:14:31, 27 April 2009
Author:werdna
Status:ok
Tags:
Comment:
Fix reversion of global preferences by removing the relevant preference for global preferences (a mouthful). Follow-up to r49932.
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuthHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuthHooks.php
@@ -83,13 +83,6 @@
8484 );
8585
8686 $preferences = wfArrayInsertAfter( $preferences, $prefInsert, 'registrationdate' );
87 -
88 - $preferences['globalpreferences'] =
89 - array(
90 - 'section' => 'personal',
91 - 'label-message' => 'centralauth-prefs-global',
92 - 'type' => 'toggle',
93 - );
9487
9588 return true;
9689 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49932Partial revert of r49790 (global preferences) at Brion's request to ease revi...werdna06:15, 27 April 2009

Status & tagging log