fixed minor syntax error/typo in an example
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user