CRM_Core_Config - Expose userFrameworkVersion, replyTo, versionCheck, initialized
authorTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 01:50:57 +0000 (18:50 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:49:33 +0000 (15:49 -0700)
commit606999eca82beb92e48cfcdc490d1c2841501381
treef5bd683a57926da4d6b83eb193b0653c0e81b31a
parentad8ccc049f8d8c750fb7ebee23375f8bf69c5dde
CRM_Core_Config - Expose userFrameworkVersion, replyTo, versionCheck, initialized

The first three were migrated to settings; although core no longer accesses them on $config,
we may need to migrate them, and it doesn't hurt to provide them for backward-compatibility.

Initialized was a just a bug.
CRM/Core/Config/MagicMerge.php
CRM/Core/Config/Runtime.php