mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
98_DSBMobile.pm: fixed warning (uninitialized value @ttpage)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21368 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d671dbf1b4
commit
3b3d15357d
@ -323,9 +323,9 @@ sub DSBMobile_processTTPages($) {
|
||||
my $name = $hash->{NAME};
|
||||
|
||||
my $ttpage = shift @{ $hash->{helper}{tturl} };
|
||||
Log3 $name, 5, "[$name] processing page " . $ttpage;
|
||||
|
||||
|
||||
if ($ttpage) {
|
||||
Log3 $name, 5, "[$name] processing page " . $ttpage;
|
||||
my $nparam = {
|
||||
url => $ttpage,
|
||||
method => "GET",
|
||||
|
Loading…
x
Reference in New Issue
Block a user