X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FUrl.php;h=c166ff6ef03f6023c2bf895279f8eb8940736ba9;hb=ca089c5bad8ee0f85df571ffa0f0beba51fa4efc;hp=61a30a7800972d8d8c22fdad98a4023e1c561b23;hpb=ce7b0b6480aa854ee6893f5c889277b0e3b13efc;p=github%2Fshaarli%2FShaarli.git diff --git a/application/Url.php b/application/Url.php index 61a30a78..c166ff6e 100644 --- a/application/Url.php +++ b/application/Url.php @@ -99,6 +99,7 @@ class Url 'action_type_map=', 'fb_', 'fb=', + 'PHPSESSID=', // Scoop.it '__scoop', @@ -240,7 +241,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'])) {