mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
포인트 모듈의 회원가입항목을 수정시에 모듈 업데이트 알람이 뜨던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2795 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6f55ee9429
commit
c5b7cf6e70
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('point');
|
||||
|
||||
if(!$config->signup || !$config->signup_act) return true;
|
||||
if(!isset($config->signup) || !isset($config->signup_act)) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue