cfmgrv4 init...4
This commit is contained in:
parent
40700434ca
commit
35d0782065
@ -81,7 +81,7 @@ class AccountController extends CloudflareController
|
||||
{
|
||||
//부모데이터정의
|
||||
$this->auth_entity = $this->getAuthModel()->getEntityByPK($uid);
|
||||
if ($this->_zone_entity === null) {
|
||||
if ($this->auth_entity === null) {
|
||||
throw new \Exception("Auth: [{$uid}] 정보를 찾을수 없습니다.");
|
||||
}
|
||||
$this->getService()->reload($this->auth_entity);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user