diff options
| author | 2017-12-02 14:03:19 +0100 | |
|---|---|---|
| committer | 2017-12-02 14:03:19 +0100 | |
| commit | 1cf545342e4b89510fbd8517b638c6133d3e2c07 (patch) | |
| tree | bc7f6629f1262cca8b1f9bab70f7efe1f7e43daa /lib | |
| parent | aea78f4d99ff541cabc758033da1005022422fe3 (diff) | |
Remove forgotten punycode line
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lib_rss.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index d62ab97a0..8dfad7861 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -68,7 +68,6 @@ function idn_to_puny($url) { } else { $puny = idn_to_ascii($idn); } - $puny = idn_to_ascii($idn); $pos = strpos($url, $idn); if ($pos !== false) { return substr_replace($url, $puny, $pos, strlen($idn)); |
