Index: core/kernel/db/db_tag_processor.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/kernel/db/db_tag_processor.php (revision 15856) +++ core/kernel/db/db_tag_processor.php (revision ) @@ -2958,7 +2958,7 @@ // always add search buttons array_push($preset_info['toolbar_buttons'], 'search', 'search_reset_alt'); - $toolbar_buttons = $preset_info['toolbar_buttons']; + $toolbar_buttons = array_values($preset_info['toolbar_buttons']); // reset index return $toolbar_buttons ? trim(json_encode($toolbar_buttons), '[]') : 'false'; } \ No newline at end of file