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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user