diff --git a/app/models/epp/contact.rb b/app/models/epp/contact.rb index ecb7219f2..988b93d5c 100644 --- a/app/models/epp/contact.rb +++ b/app/models/epp/contact.rb @@ -55,7 +55,7 @@ class Epp::Contact < Contact # add prefix when needed if custom_code.present? - cid, rcode, custom = custom_code.split(':') + cid, rcode = custom_code.split(':') if "#{cid}:#{rcode}" != registrar.contact_prefix custom_code = "#{registrar.contact_prefix}:#{custom_code}" end