Server licences are now updated with the name of the server.
This commit is contained in:
@@ -507,8 +507,8 @@ class API_inserve extends API
|
||||
if ((
|
||||
(int)$item['countInserve'] !== (int)$item['countSentri'] ||
|
||||
(int)$item['sentriCompanyId'] !== (int)$item['subscriptionInserveCompanyId'] ||
|
||||
(int)$item['SentriStatus'] !== (int)$item['subscriptionInserveStatus']
|
||||
// || $item['subscriptionSentriName'] !== $item['subscriptionInserveName'] # use this when names are fucked
|
||||
(int)$item['SentriStatus'] !== (int)$item['subscriptionInserveStatus'] ||
|
||||
$item['subscriptionSentriName'] !== $item['subscriptionInserveName']
|
||||
)
|
||||
&& $item['subscriptionInserveExists'] !== false
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user