2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 13:26:02 +00:00

fixed: error on startup

git-svn-id: https://svn.fhem.de/fhem/trunk@3667 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2013-08-11 08:52:29 +00:00
parent c93938682e
commit 24795dd884

View File

@ -102,7 +102,7 @@ sub GDS_Initialize($) {
CommandDefine(undef, "gds_web HTTPSRV gds /tmp/ GDS Files");
createIndexFile();
fillMappingTables();
initDropdownLists
initDropdownLists();
}