r82901 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82900‎ | r82901 | r82902 >
Date:17:22, 27 February 2011
Author:yaron
Status:deferred
Tags:
Comment:
Small fix
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
@@ -11,6 +11,7 @@
1212 class SFFormUtils {
1313 static function setGlobalJSVariables( &$vars ) {
1414 global $sfgAutocompleteValues, $sfgAutocompleteOnAllChars;
 15+ global $sfgInitJSFunctions, $sfgValidationJSFunctions;
1516 global $sfgShowOnSelect;
1617
1718 $vars['sfgRemoveText'] = wfMsg( 'sf_formedit_remove' );