Skip to content

Commit 524f58f

Browse files
authored
[4.3] Fix category toolbar save button (#40389)
1 parent c7413d1 commit 524f58f

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_categories/src/View/Category

1 file changed

+1
-1
lines changed

administrator/components/com_categories/src/View/Category/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ protected function addToolbar()
197197
$saveGroup->configure(
198198
function (Toolbar $childBar) {
199199
$childBar->save('category.save');
200-
$childBar->save('category.save2new');
200+
$childBar->save2new('category.save2new');
201201
}
202202
);
203203

0 commit comments

Comments
 (0)