dever 7 years ago
parent
commit
cc9c4df31e
1 changed files with 1 additions and 1 deletions
  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;