r76318 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76317‎ | r76318 | r76319 >
Date:17:29, 8 November 2010
Author:yaron
Status:deferred
Tags:
Comment:
Follow-up to r76312 - missed one function to rename
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormInputs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
@@ -92,7 +92,7 @@
9393 static function getText( $cur_value, $input_name, $is_mandatory, $is_disabled, $other_args ) {
9494 // if it's an autocomplete, call the with-autocomplete function instead
9595 if ( array_key_exists( 'autocompletion source', $other_args ) ) {
96 - return self::textInputWithAutocompleteHTML( $cur_value, $input_name, $is_mandatory, $is_disabled, $other_args );
 96+ return SFTextWithAutocompleteInput::getText( $cur_value, $input_name, $is_mandatory, $is_disabled, $other_args );
9797 }
9898
9999 // if there are possible values specified, call the dropdown function

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76312Changed all form inputs from static functions within the SFFormInputs class t...yaron16:07, 8 November 2010

Status & tagging log