98_SVG.pm: yet another change

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7819 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-02-01 15:24:06 +00:00
parent f6cafc2990
commit 33902a139b

View File

@@ -1168,7 +1168,6 @@ SVG_openFile($$$)
my $baseStyle = $prf;
$baseStyle =~ s/(touchpad|smallscreen)//;
if(open(FH, "$dir/${baseStyle}$fName") || # Forum #32530
open(FH, "$dir/${prf}$fName") ||
open(FH, "$dir/$fName")) {
return 1;
}