#18065388 : though ssl_port is not assigned, if current port is set as non-default port, do not remove url-port

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6880 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-10-21 04:48:07 +00:00
parent e97407dc1f
commit ab2e480517

View file

@ -955,7 +955,7 @@
if(Context::get("_https_port") && Context::get("_https_port") != 443) {
$url_info['port'] = Context::get("_https_port");
}
else
elseif($url_info['port']==443)
{
unset($url_info['port']);
}