mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
added missing / in FW_IconPath() [no functional change]
git-svn-id: https://svn.fhem.de/fhem/trunk@1917 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3a664be6c7
commit
40b3cc0583
@ -2187,7 +2187,7 @@ FW_IconPath($) {
|
||||
$name= FW_canonicalizeIcon($name);
|
||||
FW_GetIcons(); # get the icon set for the current instance
|
||||
my $path= $FW_icons{$name};
|
||||
return $path ? $FW_icondir. $path : undef;
|
||||
return $path ? $FW_icondir . "/" . $path : undef;
|
||||
}
|
||||
|
||||
# returns the URL for the logical path
|
||||
|
Loading…
x
Reference in New Issue
Block a user