mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Merge branch 'master' into refactor/minify-on-the-fly
This commit is contained in:
commit
e61bc66373
1 changed files with 2 additions and 2 deletions
|
|
@ -1207,7 +1207,7 @@ class Context
|
|||
return $obj->str;
|
||||
}
|
||||
|
||||
function decodeIdna($domain)
|
||||
public static function decodeIdna($domain)
|
||||
{
|
||||
if(strpos($domain, 'xn--') !== FALSE)
|
||||
{
|
||||
|
|
@ -1422,7 +1422,7 @@ class Context
|
|||
* @param object $val Variable value
|
||||
* @return mixed filtered value
|
||||
*/
|
||||
function _filterXmlVars($key, $val)
|
||||
public function _filterXmlVars($key, $val)
|
||||
{
|
||||
if(is_array($val))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue