98_configdb.pm: minor bugfix #110749
git-svn-id: https://svn.fhem.de/fhem/trunk@21823 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -246,7 +246,7 @@ sub _cfgDB_readConfig() {
|
||||
Log3('configDB', 1, 'Cannot open database configuration file configDB.conf');
|
||||
return 0;
|
||||
}
|
||||
my @config=<$conf>;
|
||||
@config=<$conf>;
|
||||
close($conf);
|
||||
|
||||
use vars qw(%configDB);
|
||||
|
||||
Reference in New Issue
Block a user