fixed: error on startup

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3667 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2013-08-11 08:52:29 +00:00
parent 8723c84dc4
commit feb5c20c05

View File

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