typo
This commit is contained in:
parent
86deafe0ff
commit
caa69b5853
3 changed files with 5 additions and 5 deletions
application
|
@ -240,7 +240,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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue