This commit is contained in:
ArthurHoaro 2016-05-05 13:28:43 +02:00
parent 86deafe0ff
commit caa69b5853
3 changed files with 5 additions and 5 deletions
application

View file

@ -240,7 +240,7 @@ class Url
*
* @return string converted cleaned up URL.
*/
public function indToAscii()
public function idnToAscii()
{
$out = $this->cleanup();
if (! function_exists('idn_to_ascii') || ! isset($this->parts['host'])) {