mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#851 Context::convertEncodingStr의 불필요한 사용 제거
This commit is contained in:
parent
8fb57dbb8e
commit
b77ffb1af9
2 changed files with 5 additions and 1 deletions
|
|
@ -1072,6 +1072,7 @@ class Context
|
|||
*/
|
||||
function convertEncodingStr($str)
|
||||
{
|
||||
if(!$str) return null;
|
||||
$obj = new stdClass();
|
||||
$obj->str = $str;
|
||||
$obj = self::convertEncoding($obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue