diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php index 72fe70494..07d30caed 100644 --- a/e107_admin/update_routines.php +++ b/e107_admin/update_routines.php @@ -286,7 +286,7 @@ function update_706_to_800($type='') ); // List of DB tables not required (includes a few from 0.6xx) - $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last', 'session', 'preset'); + $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last', 'session', 'preset', 'tinymce'); // List of DB tables newly required (defined in core_sql.php) (The existing dblog table gets renamed)