Skip to content

Commit

Permalink
Update virtual.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 26, 2024
1 parent aad8c34 commit 905b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/php/virtual.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
if (file_exists(__DIR__ . '/../../../../' . $file)) {
echo '<img src="' . $file . '" height="105" width="95">';
} else {
echo '<img src="' . $plugin->getPathImgIcon() . '">';
echo '<img src="' . $eqLogic->getImage() . '"/>';
}
echo '<br>';
echo '<span class="name">' . $eqLogic->getHumanName(true, true) . '</span>';
Expand Down

0 comments on commit 905b1df

Please sign in to comment.