diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index b0bf40ecd..0299770d9 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -51,7 +51,7 @@ jQuery(function($){ .prop('checked', $this.prop('checked')) .end() .end() - .trigger('update.checkbox', name, this.checked); + .trigger('update.checkbox', [name, this.checked]); }); // Global Navigation Bar