Hello,
I have a problem with joomla 3.1.5.
when I add a new weblink and the weblink looks like:
http://link:port/restoflink
then when I saved it, it converts to
http://link/restoflink
In joomla 3.1.1 I didn't got this problem.
Can you help me?
Thanks in advanced
Stefaan
thx
| Labels |
Added:
?
|
||
| Build | ⇒ | staging | |
Fix: Add to libraries/joomla/string/punycode.php after line 163 and after 102 [code] if (!empty($parsed['port']))
{
$newuri .= ':' . $parsed['port'];
}
[/code]