fixed minor syntax error/typo in an example

This commit is contained in:
malle-pietje 2019-10-15 14:41:16 +02:00
parent 17bfe0087c
commit c7d1eee3e3

View File

@ -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";
}
}
}