]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Url.php
CHANGELOG.md: add legacy Shaarli releases
[github/shaarli/Shaarli.git] / application / Url.php
index 61a30a7800972d8d8c22fdad98a4023e1c561b23..c166ff6ef03f6023c2bf895279f8eb8940736ba9 100644 (file)
@@ -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'])) {