CRM_Extension_System - Fix for shared DB with multiple sites
authorTim Otten <totten@civicrm.org>
Mon, 5 Jan 2015 20:06:28 +0000 (12:06 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 7 Jan 2015 01:08:03 +0000 (17:08 -0800)
commit6a2d990002c161643a01fe5689511c701e0c6289
treea6ae11668e0031c97dec7fbaf3c7c42c6a822222
parent8f24a46ce00d6cf5e4e53c77f5bd6f099516e5b4
CRM_Extension_System - Fix for shared DB with multiple sites

 * Use separate caches for each site.
 * Strictly inject all config values so that we can accurately construct a stable, unique identifier for the site configuration (serialize($this->parameters)).
CRM/Extension/System.php