CRM_Core_Config::customCSSURL - Don't tample empty values
authorCiviCRM <info@civicrm.org>
Mon, 21 Dec 2015 23:10:16 +0000 (15:10 -0800)
committerCiviCRM <info@civicrm.org>
Mon, 21 Dec 2015 23:27:36 +0000 (15:27 -0800)
commit6ec7e639cc7c9a3b38c7ac28e532793f347c41d9
tree31ea2115742484e3e7930c2f8480dcdd650725e6
parent4f142231e1e73a8c5ae16afa5a7e33cdd9de355e
CRM_Core_Config::customCSSURL - Don't tample empty values

Ex: The 4.4 upgrader checks `customCSSURL` and sets `disable_core_css`
depending on whether the value is empty.  Since the addTrailingSlash was
converting empty to '/', this caused bad upgrades.
CRM/Core/Config/MagicMerge.php