Revert "FIX: frozen string exception (#7506)"

This reverts commit c4b7fb2754.
This commit is contained in:
Joffrey JAFFEUX 2019-05-08 17:27:09 +02:00
parent 497c0ba418
commit e6cfc584d0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class IncomingDomain < ActiveRecord::Base
url = "http#{https ? "s" : ""}://#{name}" url = "http#{https ? "s" : ""}://#{name}"
if https && port != 443 || !https && port != 80 if https && port != 443 || !https && port != 80
url += ":#{port}" url << ":#{port}"
end end
url url