mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:47:46 -05:00
Revert "FIX: frozen string exception (#7506)"
This reverts commit c4b7fb2754.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user