From a7dd68cd8d54d6754061acb1ed8085c524450ce3 Mon Sep 17 00:00:00 2001 From: betateilchen Date: Thu, 12 Feb 2015 22:04:09 +0000 Subject: [PATCH] configDB.pm: add template.layout to migration git-svn-id: https://svn.fhem.de/fhem/trunk@7949 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/configDB.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fhem/configDB.pm b/fhem/configDB.pm index aeb59c342..35bf8b56d 100644 --- a/fhem/configDB.pm +++ b/fhem/configDB.pm @@ -520,6 +520,11 @@ sub cfgDB_MigrationImport() { $filename .= "/www/gplot/templateDB.gplot"; push @files, $filename; +# import template.layout + $filename = $attr{global}{modpath}; + $filename .= "/FHEM/template.layout"; + push @files, $filename; + # find used gplot files $filename =''; @def = '';