mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Remove seemingly useless, and potentially dangerous, option in getLangCode()
This commit is contained in:
parent
d0183268ce
commit
e5c6cb9d6e
1 changed files with 2 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ class ModuleAdminModel extends Module
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$tmp = unserialize($name);
|
$tmp = unserialize($name);
|
||||||
|
|
@ -439,6 +440,7 @@ class ModuleAdminModel extends Module
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
$output = array();
|
$output = array();
|
||||||
if(is_array($lang_supported))
|
if(is_array($lang_supported))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue