Skip to content

Commit

Permalink
[4.3] Fix category toolbar save button (joomla#40389)
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 authored Apr 14, 2023
1 parent c7413d1 commit 524f58f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ protected function addToolbar()
$saveGroup->configure(
function (Toolbar $childBar) {
$childBar->save('category.save');
$childBar->save('category.save2new');
$childBar->save2new('category.save2new');
}
);

Expand Down

0 comments on commit 524f58f

Please sign in to comment.