mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
HMInfo:bugfix conditional dependency to CUL_HM
git-svn-id: https://svn.fhem.de/fhem/trunk@24824 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cc94017f2f
commit
3d9fec948e
@ -1018,7 +1018,7 @@ sub HMinfo_listOfTempTemplates() { ############################################
|
||||
$defs{$n}{helper}{weekplanList} = \@tmpl;
|
||||
if ($modules{CUL_HM}{AttrList}){
|
||||
$modules{CUL_HM}{tempListTmplLst} = "none,defaultWeekplan,".join(",",sort @tmpl);
|
||||
CUL_HM_AttrInit($modules{CUL_HM});
|
||||
CUL_HM_AttrInit($modules{CUL_HM}) if (eval "defined(&CUL_HM_AttrInit)");
|
||||
}
|
||||
return ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user