diff options
author | Arthur <arthur@hoa.ro> | 2016-05-05 13:31:13 +0200 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2016-05-05 13:31:13 +0200 |
commit | 501939622af1fd99d77c7bd87d88f27cc4139b21 (patch) | |
tree | 7fcd56578f8e570a7517648c82abe29af4ec8593 /application/Url.php | |
parent | 86deafe0ff5a22a37255546cf82325e89bf272b1 (diff) | |
parent | caa69b585381cc1c22df3dbb9c943855b8f13a70 (diff) | |
download | Shaarli-501939622af1fd99d77c7bd87d88f27cc4139b21.tar.gz Shaarli-501939622af1fd99d77c7bd87d88f27cc4139b21.tar.zst Shaarli-501939622af1fd99d77c7bd87d88f27cc4139b21.zip |
Merge pull request #553 from ArthurHoaro/typo
typo
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'])) { |