More deprecated method call removals and updates

This commit is contained in:
Sam Reed 2010-10-29 15:32:44 +00:00
parent 3922e6686b
commit 3a82759a8a

View file

@ -122,8 +122,6 @@ function wfGadgetsGetPreferences( $user, &$preferences ) {
$gadgets = wfLoadGadgetsStructured();
if (!$gadgets) return true;
wfLoadExtensionMessages( 'Gadgets' );
$options = array();
foreach( $gadgets as $section => $thisSection ) {
if ( $section !== '' ) {