SettingsBag - Fix upgrade failure for WP 4.4=>4.7
authorTim Otten <totten@civicrm.org>
Tue, 26 Jan 2016 01:49:32 +0000 (17:49 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 26 Jan 2016 09:01:43 +0000 (01:01 -0800)
commit867a532bada3762b20e3c540397907eedb8efde3
tree6b36f65b0e41b2735f7a7746061caff36114a8f4
parentf8873c8bc5c587a8dcdeb10685bdaf1f8b9bcbe7
SettingsBag - Fix upgrade failure for WP 4.4=>4.7

The WP integration attempts to define a new setting (`wpLoadPhp`) during
bootstrap -- before upgrade logic has run.  This was failing because the
`group_name` property wouldn't get passed through by DAO (because the DAO is
newer than the schema).
CRM/Core/Config.php
CRM/Utils/SQL/Insert.php
Civi/Core/SettingsBag.php