diff --git a/modules/registrars/keysystems/keysystems.php b/modules/registrars/keysystems/keysystems.php index b18a52e..28aac19 100644 --- a/modules/registrars/keysystems/keysystems.php +++ b/modules/registrars/keysystems/keysystems.php @@ -1353,7 +1353,7 @@ function keysystems_TransferSync($params) ->first(); if ($owner_contact) { - if ((int) $params['whmcsVersion'][0] >= 8) { + if (is_object($owner_contact)) { $owner_contact = $owner_contact->toArray(); } try {