Index: /modules/branches/2.9/framework/module.xml =================================================================== --- /modules/branches/2.9/framework/module.xml (revision 11483) +++ /modules/branches/2.9/framework/module.xml (revision 11484) @@ -87,4 +87,4 @@ Basic release/2.9/framework-2.9.0beta1.2.tgz - 3ced0fead4dafcf8a6dceda5894202d5 + 6b7ca5d7332a3e238c2737c46c80b473 Index: /modules/branches/2.9/framework/install.php =================================================================== --- /modules/branches/2.9/framework/install.php (revision 11451) +++ /modules/branches/2.9/framework/install.php (revision 11484) @@ -118,4 +118,8 @@ if (function_exists('upgrade_all')) { upgrade_all(getversion()); + // We run this each time so that we can add settings if need be + // without requiring a major version bump + // + freepbx_settings_init(true); } else { echo ("[ERROR] Function: 'upgrade_all' not present, libfreepbx.install.php seems not to be installed
");