CRM_Core_BAO_Setting - Don't prefill settings
authorTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 04:49:57 +0000 (21:49 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:49:33 +0000 (15:49 -0700)
commit76bd16abbf52d395985c32de124731523cf251bf
treee34dc4fb011d56afe3ef1e0315dc85e2745a045e
parent26cc63d36b1231ea89c75af7b8d9eef07c5797a2
CRM_Core_BAO_Setting - Don't prefill settings

It's no longer necessary to prefill settings because defaults are loaded in
real(ish) time.

Removing this because it depends on ConfigSetting functions which I'd
like to also remove.
CRM/Core/BAO/Setting.php
CRM/Core/Invoke.php
CRM/Upgrade/Incremental/php/FourFour.php
tests/phpunit/CRM/Core/BAO/SettingTest.php