mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 12:39:34 +02:00
parent
a77ccf72bf
commit
57d0bf17d3
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Epp::Contact < Contact
|
||||||
|
|
||||||
# allow to update ident code for legacy contacts
|
# allow to update ident code for legacy contacts
|
||||||
if frame.css('ident').first
|
if frame.css('ident').first
|
||||||
self.ident_updated_at ||= Time.zone.now # not in use
|
self.ident_updated_at ||= Time.zone.now
|
||||||
ident_frame = frame.css('ident').first
|
ident_frame = frame.css('ident').first
|
||||||
|
|
||||||
if ident_frame && ident_attr_valid?(ident_frame)
|
if ident_frame && ident_attr_valid?(ident_frame)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue