mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
01_FHEMWEB.pm: mention configDB if saving a file to it (Forum #86243)
git-svn-id: https://svn.fhem.de/fhem/trunk@16524 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
726128b595
commit
b1b4108b72
@ -2311,7 +2311,8 @@ FW_style($$)
|
||||
$ret = FW_fC("reload $fileName") if($fileName =~ m,\.pm$,);
|
||||
$ret = FW_Set("","","rereadicons") if($isImg);
|
||||
DoTrigger("global", "FILEWRITE $filePath", 1) if(!$ret); # Forum #32592
|
||||
$ret = ($ret ? "<h3>ERROR:</h3><b>$ret</b>" : "Saved $fileName");
|
||||
my $sfx = ($forceType eq "configDB" ? " to configDB" : "");
|
||||
$ret = ($ret ? "<h3>ERROR:</h3><b>$ret</b>" : "Saved $fileName$sfx");
|
||||
FW_style("style list", $ret);
|
||||
$ret = "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user