From 4ef562f6cac1d3370cddafd517cda7face89cf5f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 15 Jun 2019 11:09:47 -0400 Subject: [PATCH] CRM-18792, dev/core#378 - Catch-up on settings metadata This is a follow-up to #12929. In the interim between the writing and merging of the PR, the version numbers changed. --- settings/Core.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 2b3822705f..5975c78b70 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -1076,7 +1076,7 @@ return [ 'callback' => 'call://themes/getAvailable', ), 'default' => 'default', - 'add' => '4.7', + 'add' => '5.16', 'title' => ts('Frontend Theme'), 'is_domain' => 1, 'is_contact' => 0, @@ -1097,7 +1097,7 @@ return [ 'callback' => 'call://themes/getAvailable', ), 'default' => 'default', - 'add' => '4.7', + 'add' => '5.16', 'title' => ts('Backend Theme'), 'is_domain' => 1, 'is_contact' => 0, -- 2.25.1