Mark Context::convertEncodingStr() and related methods as deprecated

https://xetown.com/questions/1759076
This commit is contained in:
Kijin Sung 2023-04-30 22:58:45 +09:00
parent be97b3f5e5
commit 9815102b38
2 changed files with 9 additions and 1 deletions

View file

@ -90,7 +90,7 @@ class ModuleHandler extends Handler
$this->is_mobile = Mobile::isFromMobilePhone();
if($entry = Context::get('entry'))
{
$this->entry = Context::convertEncodingStr($entry);
$this->entry = escape($entry, false);
}
if(!$this->module && $this->mid === 'admin')
{