From e2bdff3c79bc32a44d3c4931bc49c1338321e0c8 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 18 Mar 2018 11:34:55 +0000 Subject: [PATCH] fhem.pl: fix restoreDir warning git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16434 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem.pl b/fhem.pl index 4b6f1f710..e461815a7 100755 --- a/fhem.pl +++ b/fhem.pl @@ -5404,7 +5404,7 @@ restoreDir_rmTree($) } sub -restoreDir_init($) +restoreDir_init(;$) { my ($subDir) = @_; my $root = $attr{global}{modpath};