mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
로그인 여부 체크
This commit is contained in:
parent
6fadb881be
commit
4051c5dbc1
5 changed files with 10 additions and 9 deletions
|
|
@ -627,7 +627,7 @@ class editorModel extends editor
|
|||
if($logged_info->is_admin == "Y" || $logged_info->is_site_admin == "Y") continue;
|
||||
if($val->target_group)
|
||||
{
|
||||
if(!$logged_info)
|
||||
if(!Context::get('is_logged'))
|
||||
{
|
||||
$val->enabled = "N";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue