configDB.pm: add template.layout to migration

git-svn-id: https://svn.fhem.de/fhem/trunk@7949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2015-02-12 22:04:09 +00:00
parent 054fdaf694
commit a7dd68cd8d

View File

@@ -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 = '';