Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
#13 "로그인 기록 탭 숨기기" 옵션이 제대로 동작하지 않던 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
smaker authored Feb 6, 2020
1 parent d2d51f6 commit e22b2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loginlog.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function triggerBeforeModuleInit(&$obj)
/**
* 로그인 기록 메뉴 추가
*/
if($config->design->hideLoginlogTab === 'Y' || ($config->design->hideLoginlogTab === 'N') && $logged_info->is_admin === 'Y')
if($config->design->hideLoginlogTab === 'A' || ($config->design->hideLoginlogTab === 'N') && $logged_info->is_admin === 'Y')
{

getController('member')->addMemberMenu('dispLoginlogHistories', 'cmd_view_loginlog');
Expand Down

0 comments on commit e22b2b3

Please sign in to comment.