mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 10:38:50 -05:00
Plugin manager: corection for .png Icon tag
This commit is contained in:
@@ -69,7 +69,7 @@ foreach (glob($plugins,GLOB_NOSORT) as $plugin_link) {
|
||||
if (file_exists("plugins/$name/images/$icon")) {
|
||||
$icon = "plugins/$name/images/$icon";
|
||||
} elseif (file_exists("plugins/$name/$icon")) {
|
||||
$icon= "plugins/$name/$icon";
|
||||
$icon = "plugins/$name/$icon";
|
||||
} else {
|
||||
$icon = "plugins/dynamix.plugin.manager/images/dynamix.plugin.manager.png";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user