http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82901

Revision: 82901
Author:   yaron
Date:     2011-02-27 17:22:06 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
Small fix

Modified Paths:
--------------
    trunk/extensions/SemanticForms/includes/SF_FormUtils.php

Modified: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_FormUtils.php    2011-02-27 
17:14:01 UTC (rev 82900)
+++ trunk/extensions/SemanticForms/includes/SF_FormUtils.php    2011-02-27 
17:22:06 UTC (rev 82901)
@@ -11,6 +11,7 @@
 class SFFormUtils {
        static function setGlobalJSVariables( &$vars ) {
                global $sfgAutocompleteValues, $sfgAutocompleteOnAllChars;
+               global $sfgInitJSFunctions, $sfgValidationJSFunctions;
                global $sfgShowOnSelect;
 
                $vars['sfgRemoveText'] = wfMsg( 'sf_formedit_remove' );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to