Index: branches/RC/core/admin_templates/js/toolbar.js =================================================================== diff -u -N -r9976 -r11317 --- branches/RC/core/admin_templates/js/toolbar.js (.../toolbar.js) (revision 9976) +++ branches/RC/core/admin_templates/js/toolbar.js (.../toolbar.js) (revision 11317) @@ -280,7 +280,7 @@ this.Module = $module ? $module : 'core'; this.IconPrefix = icon_prefix ? icon_prefix : 'tool_'; this.IconSize = {w:32,h:32}; - this.Buttons = new Array(); + this.Buttons = {}; this.UseLabels = typeof($use_toolbarlabels) != 'undefined' ? $use_toolbarlabels : false; }