aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Url.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-05-05 13:28:43 +0200
committerArthurHoaro <arthur@hoa.ro>2016-05-05 13:28:43 +0200
commitcaa69b585381cc1c22df3dbb9c943855b8f13a70 (patch)
tree7fcd56578f8e570a7517648c82abe29af4ec8593 /application/Url.php
parent86deafe0ff5a22a37255546cf82325e89bf272b1 (diff)
downloadShaarli-caa69b585381cc1c22df3dbb9c943855b8f13a70.tar.gz
Shaarli-caa69b585381cc1c22df3dbb9c943855b8f13a70.tar.zst
Shaarli-caa69b585381cc1c22df3dbb9c943855b8f13a70.zip
typo
Diffstat (limited to 'application/Url.php')
-rw-r--r--application/Url.php2
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'])) {