CRM-17830 - Setting Form - Remove redundant default check
authorTim Otten <totten@civicrm.org>
Wed, 20 Jan 2016 23:49:05 +0000 (15:49 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 21 Jan 2016 00:16:18 +0000 (16:16 -0800)
commitdc53734e221848e1adbf0a79040ee18f35e4edce
tree5df948b7ec1a994bfadebc9ee1877f3bb0ab5abd
parent622eeaa88f05df7e94928921c58c6fca88ff0ce8
CRM-17830 - Setting Form - Remove redundant default check

Default values should already be merged within SettingsBag (which sits
under-the-hood, beneath Setting::getItem and Setting API). Don't see why
we need to explicitly check default in this form.
CRM/Admin/Form/Setting.php