From f7c043fe6235e99ba91cfe1b43248d7d98970901 Mon Sep 17 00:00:00 2001 From: Web Access Date: Thu, 2 Apr 2015 18:52:14 +0530 Subject: [PATCH] Upgrade Fix --- CRM/Upgrade/Incremental/sql/4.6.0.mysql.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.25.1