mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
FB_CALLMONITOR: fix phonebook file read when using configDb (Forum #30244)
git-svn-id: https://svn.fhem.de/fhem/trunk@7455 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5b504b928b
commit
9e9121845f
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: FB_CALLMONITOR: fix phonebook file read when using configDb (Forum #30244)
|
||||
- feature: 70_XBMC: added commands: openmovieid, openepisodeid, addon, jsonraw (thanks to siggi85)
|
||||
- fix: 70_XBMC: made fork attribute to close file handles correctly
|
||||
- feature: 70_XBMC: added mechanism to detect disconnects (TCP)
|
||||
|
@ -670,7 +670,7 @@ sub FB_CALLMONITOR_readPhonebook($;$$)
|
||||
($err, @lines) = FileRead($phonebook_file);
|
||||
|
||||
|
||||
if(defined($err))
|
||||
if(defined($err) && $err)
|
||||
{
|
||||
Log3 $name, 2, "FB_CALLMONITOR ($name) - could not read FritzBox phonebook file - $err";
|
||||
return "Could not read FritzBox phonebook file - $err";
|
||||
|
Loading…
x
Reference in New Issue
Block a user