mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Update editor.model.php
This commit is contained in:
parent
2a9835d406
commit
69124bc02c
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ class editorModel extends editor
|
|||
else $option->enable_component = true;
|
||||
// HTML editing privileges
|
||||
$enable_html = false;
|
||||
if($logged_info->is_admin=='Y') $option->enable_html = true;
|
||||
if($logged_info->is_admin=='Y') $enable_html = true;
|
||||
elseif(count($config->enable_html_grant))
|
||||
{
|
||||
foreach($group_list as $group_srl => $group_info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue