fhem.pl: fix restoreDir warning

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16434 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-03-18 11:34:55 +00:00
parent b584187a75
commit e2bdff3c79

View File

@ -5404,7 +5404,7 @@ restoreDir_rmTree($)
}
sub
restoreDir_init($)
restoreDir_init(;$)
{
my ($subDir) = @_;
my $root = $attr{global}{modpath};