2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@7789 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-01-31 10:53:24 +00:00
parent 757ec17b82
commit a55c4dee6f

View File

@ -41,6 +41,8 @@ CommandCopy($$)
next if( $a eq 'userattr' );
CommandAttr($hash, "$args[1] $a $attr{$args[0]}{$a}");
}
CallFn($args[1], "CopyFn", $args[0], $args[1]);
}
1;