dever 7 년 전
부모
커밋
cc9c4df31e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      component/src/Auth.php

+ 1 - 1
component/src/Auth.php

@@ -137,7 +137,7 @@ class Auth
 					Dever::load('component/domain.set', $param, $domain['id']);
 				}
 				
-				$tester = Dever::db('component/domain')->state(array('option_project_id' => $param['project_id']));
+				$tester = Dever::db('component/tester')->state(array('option_project_id' => $param['project_id']));
 
 				if ($tester) {
 					$param['id'] = $id;