Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r16513 -r16689 --- branches/5.2.x/core/install.php (.../install.php) (revision 16513) +++ branches/5.2.x/core/install.php (.../install.php) (revision 16689) @@ -1,6 +1,6 @@ errorMessage && $this->toolkit->systemConfig->get('DBType', 'Database') == 'mysql' ) { + $this->toolkit->systemConfig->set('DBType', 'Database', 'mysqli'); + $this->toolkit->systemConfig->save(); + } break; case 'clean_db':