CRM-18231 - civicrm.settings.php.template - Fix broken `environment` example
authorTim Otten <totten@civicrm.org>
Mon, 11 Sep 2017 18:40:26 +0000 (11:40 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 11 Sep 2017 18:46:07 +0000 (11:46 -0700)
commit68c3beb43e79605848213810ee623244ced23525
treef3fe60594cd05b6ad651eda35ee0a1e2a2930137
parent4ffae0afc61bec1e2184ca3cfd68ce4c2255084e
CRM-18231 - civicrm.settings.php.template - Fix broken `environment` example

The expression `CRM_Core_BAO_Setting::DEVELOPER_PREFERENCES_NAME` does not
work within `civicrm.settings.php` because the classloader has not been
initialized yet.  This file is just supposed to store the data needed for
bootstrap.
templates/CRM/common/civicrm.settings.php.template