http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76318
Revision: 76318
Author: yaron
Date: 2010-11-08 17:29:05 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
Follow-up to r76312 - missed one function to rename
Modified Paths:
--------------
trunk/extensions/SemanticForms/includes/SF_FormInputs.php
Modified: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_FormInputs.php 2010-11-08
17:02:18 UTC (rev 76317)
+++ trunk/extensions/SemanticForms/includes/SF_FormInputs.php 2010-11-08
17:29:05 UTC (rev 76318)
@@ -92,7 +92,7 @@
static function getText( $cur_value, $input_name, $is_mandatory,
$is_disabled, $other_args ) {
// if it's an autocomplete, call the with-autocomplete function instead
if ( array_key_exists( 'autocompletion source', $other_args ) ) {
- return self::textInputWithAutocompleteHTML( $cur_value, $input_name,
$is_mandatory, $is_disabled, $other_args );
+ return SFTextWithAutocompleteInput::getText( $cur_value, $input_name,
$is_mandatory, $is_disabled, $other_args );
}
// if there are possible values specified, call the dropdown function
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs