Merge branch '112602007-incomplete_update_query' into staging

This commit is contained in:
Stas 2016-03-15 14:55:31 +02:00
commit 43a8eaf141

View file

@ -178,6 +178,8 @@ class Epp::Contact < Contact
else
throw :epp_error, {code: '2306', msg: I18n.t(:ident_update_error)}
end
else
throw :epp_error, {code: '2306', msg: I18n.t(:ident_update_error)}
end
end