98_SVG.pm: yet another change

git-svn-id: https://svn.fhem.de/fhem/trunk@7819 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-02-01 15:24:06 +00:00
parent d8e3cfcef3
commit 8efb0c8b96

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;
}