#11708 fix delete image category metaconsole

This commit is contained in:
Jonathan 2023-07-11 14:10:55 +02:00
parent f5f71531ee
commit 93571d1eb6
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ if (empty($result) === false) {
]
).'</a>&nbsp;&nbsp;';
$data[1] .= '<a href="index.php?sec=advanced&sec2=godmode/category/category&delete_category='.$category['id'].'&pure='.(int) $config['pure'].'"onclick="if (! confirm (\''.__('Are you sure?').'\')) return false">'.html_print_image(
'images/delet.svg',
'images/delete.svg',
true,
[
'title' => __('Delete'),