mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Mark Context::convertEncodingStr() and related methods as deprecated
https://xetown.com/questions/1759076
This commit is contained in:
parent
be97b3f5e5
commit
9815102b38
2 changed files with 9 additions and 1 deletions
|
|
@ -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')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue