From aac38bde925c731ada2eb3057ff17ed379ef9f59 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 25 Aug 2014 05:47:58 +0000 Subject: [PATCH] update: configdb changes (Forum #26329) git-svn-id: https://svn.fhem.de/fhem/trunk@6458 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_update.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index 5cd050076..25790f6f9 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -318,6 +318,8 @@ upd_writeFile($$$$) return; } + cfgDB_FileUpdate("$root/$fName") if(configDBUsed()); + return 1; }