From 21e74dce217d85ffdc0171b574249e2d514e5e2f Mon Sep 17 00:00:00 2001 From: Stas Date: Thu, 24 Mar 2016 16:33:32 +0200 Subject: [PATCH] 110687814-contact_value_modification --- app/models/epp/contact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/epp/contact.rb b/app/models/epp/contact.rb index 6a3540888..be4dfeaf9 100644 --- a/app/models/epp/contact.rb +++ b/app/models/epp/contact.rb @@ -178,7 +178,7 @@ class Epp::Contact < Contact end end - self.upid = current_user.id if current_user + self.upid = current_user.registrar.id if current_user.registrar self.up_date = Time.zone.now super(at)