diff options
Diffstat (limited to 'application/Url.php')
-rw-r--r-- | application/Url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/Url.php b/application/Url.php index 61a30a78..77447c8d 100644 --- a/application/Url.php +++ b/application/Url.php | |||
@@ -240,7 +240,7 @@ class Url | |||
240 | * | 240 | * |
241 | * @return string converted cleaned up URL. | 241 | * @return string converted cleaned up URL. |
242 | */ | 242 | */ |
243 | public function indToAscii() | 243 | public function idnToAscii() |
244 | { | 244 | { |
245 | $out = $this->cleanup(); | 245 | $out = $this->cleanup(); |
246 | if (! function_exists('idn_to_ascii') || ! isset($this->parts['host'])) { | 246 | if (! function_exists('idn_to_ascii') || ! isset($this->parts['host'])) { |