2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

01_FHEMWEB.pm: fix warning (Forum #63981)

git-svn-id: https://svn.fhem.de/fhem/trunk@12947 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-01-03 19:58:03 +00:00
parent 05d275b9e1
commit bb5095764d

View File

@ -2407,6 +2407,7 @@ sub
FW_iconName($)
{
my ($oname)= @_;
return undef if(!defined($oname));
my $name = $oname;
$name =~ s/@.*//;
foreach my $pe (@FW_iconDirs) {