# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- sites/all/modules/i18n/i18n.module.orig +++ sites/all/modules/i18n/i18n.module @@ -349,6 +349,7 @@ static $current_mode = NULL; static $current_value = ''; static $store = array(); + if($current_value=='') i18n_init(); // Initialization, first time this runs with no explicit mode. if (!$current_mode && !$mode) {