Fixed file.png in plugin

This commit is contained in:
Daniel Maya 2019-09-12 15:28:32 +02:00
parent a56d5dcad5
commit 482037b378
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ if (($create != '') || ($view != '')) {
}
$data[1] .= ' <a href="index.php?sec=gservers&sec2=godmode/servers/plugin&filemanager=1&id_plugin='.$form_id.'" style="vertical-align: bottom;">';
$data[1] .= html_print_image('images/file.png', true);
$data[1] .= html_print_image('images/file.png', true, false, false, true);
$data[1] .= '</a>';
$table->data['plugin_command'] = $data;