Revert "FIX: frozen string exception (#7506)"
This reverts commit c4b7fb2754
.
This commit is contained in:
parent
497c0ba418
commit
e6cfc584d0
|
@ -24,7 +24,7 @@ class IncomingDomain < ActiveRecord::Base
|
|||
url = "http#{https ? "s" : ""}://#{name}"
|
||||
|
||||
if https && port != 443 || !https && port != 80
|
||||
url += ":#{port}"
|
||||
url << ":#{port}"
|
||||
end
|
||||
|
||||
url
|
||||
|
|
Loading…
Reference in New Issue