From: Web Access Date: Thu, 2 Apr 2015 13:22:14 +0000 (+0530) Subject: Upgrade Fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f7c043fe6235e99ba91cfe1b43248d7d98970901;p=civicrm-core.git Upgrade Fix --- diff --git a/CRM/Upgrade/Incremental/sql/4.6.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.0.mysql.tpl index 4d061dbbb2..453acd8143 100644 --- a/CRM/Upgrade/Incremental/sql/4.6.0.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.6.0.mysql.tpl @@ -29,7 +29,7 @@ WHERE option_group_id = @option_group_id_notePrivacy AND value = 1; --These labels were never translated so just copy them over as names UPDATE civicrm_option_value v, civicrm_option_group g -SET v.name = v.label +SET v.name = {localize field='label'}v.label{/localize} WHERE g.id = v.option_group_id AND g.name IN ('group_type', 'safe_file_extension', 'wysiwyg_editor');