r80553 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80552‎ | r80553 | r80554 >
Date:03:40, 19 January 2011
Author:yaron
Status:deferred
Tags:
Comment:
Re-added global variable that shouldn't have been removed
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormInputs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
@@ -378,7 +378,7 @@
379379 if ( array_key_exists( 'possible_values', $other_args ) && $other_args['possible_values'] != null )
380380 return SFDropdownInput::getText( $cur_value, $input_name, $is_mandatory, $is_disabled, $other_args );
381381
382 - global $sfgTabIndex;
 382+ global $sfgTabIndex, $sfgFieldNum;
383383
384384 $autocomplete_field_type = "";
385385 $autocompletion_source = "";