From 9926a7e54c8e6da4443f1e4ea66fc0c27f71177d Mon Sep 17 00:00:00 2001 From: Stas Date: Wed, 2 Mar 2016 18:46:08 +0200 Subject: [PATCH] 110687814-variable_changes --- app/models/epp/contact.rb | 2 +- app/models/epp/domain.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/epp/contact.rb b/app/models/epp/contact.rb index 725d8d2a2..6a3540888 100644 --- a/app/models/epp/contact.rb +++ b/app/models/epp/contact.rb @@ -179,7 +179,7 @@ class Epp::Contact < Contact end self.upid = current_user.id if current_user - self.update = Time.zone.now + self.up_date = Time.zone.now super(at) end diff --git a/app/models/epp/domain.rb b/app/models/epp/domain.rb index 104abeb57..b92a33e5a 100644 --- a/app/models/epp/domain.rb +++ b/app/models/epp/domain.rb @@ -490,7 +490,7 @@ class Epp::Domain < Domain # at[:statuses] += at_add[:domain_statuses_attributes] self.upid = current_user.id if current_user - self.update = Time.zone.now + self.up_date = Time.zone.now if errors.empty? && verify && Setting.request_confrimation_on_registrant_change_enabled &&