mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix HTML filtering when an administrator updates a document
This commit is contained in:
parent
98edde0daa
commit
c8c66c363d
1 changed files with 1 additions and 1 deletions
|
|
@ -610,9 +610,9 @@ class documentController extends document
|
|||
}
|
||||
|
||||
// If an author is identical to the modifier or history is used, use the logged-in user's information.
|
||||
$logged_info = Context::get('logged_info');
|
||||
if(Context::get('is_logged') && !$manual_updated && $module_info->use_anonymous != 'Y')
|
||||
{
|
||||
$logged_info = Context::get('logged_info');
|
||||
if($source_obj->get('member_srl')==$logged_info->member_srl)
|
||||
{
|
||||
$obj->member_srl = $logged_info->member_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue