mirror of
https://github.com/Art-of-WiFi/UniFi-API-client.git
synced 2024-11-21 17:49:59 +01:00
fixed minor syntax error/typo in an example
This commit is contained in:
parent
17bfe0087c
commit
c7d1eee3e3
@ -62,7 +62,7 @@ if ($loginresults === 400) {
|
||||
}
|
||||
|
||||
if (!$unifi_connection->extend_guest_validity($guest->_id)) {
|
||||
{print "Extend failed for guest with id " . $guest->_id . "\n";
|
||||
print "Extend failed for guest with id " . $guest->_id . "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user