Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.4
-
Fix Version/s: 4.5
-
Component/s: Core CiviCRM
Description
While it is possible to override settings stored in the civicrm_setting table, there ius no mechanism to override settings stored in the civicrm_domain table.
This patch allows overriding of these settings based on the same mechanism as used for the other settings, namely by using a global variables storing the settings override. The key on this global table was chosen to reflect the name of the class.