From 756661dc176c0a96e97131f794b24e9b13e23b7e Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 24 Jun 2016 17:10:47 +0530 Subject: [PATCH] --CRM-16189, added comment --- CRM/Contribute/BAO/Contribution.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 28ad9988b9..0928a8455a 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -5031,6 +5031,11 @@ LIMIT 1;"; /** * Get values of CiviContribute Settings * and check if its enabled or not. + * Note: The CiviContribute settings are stored as single entry in civicrm_setting + * in serialized form. Usually this should be stored as flat settings for each form fields + * as per CiviCRM standards. Since this would take more effort to change the current behaviour of CiviContribute + * settings we will live with an inconsistency because it's too hard to change for now. + * https://github.com/civicrm/civicrm-core/pull/8562#issuecomment-227874245 * * * @param string $name -- 2.25.1