mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Merge branch 'develop' into fix/context-static-this
Conflicts: classes/context/Context.class.php
This commit is contained in:
commit
59c378ee17
1 changed files with 1 additions and 1 deletions
|
|
@ -1197,7 +1197,7 @@ class Context
|
|||
return $obj->str;
|
||||
}
|
||||
|
||||
function decodeIdna($domain)
|
||||
public static function decodeIdna($domain)
|
||||
{
|
||||
if(strpos($domain, 'xn--') !== FALSE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue