MERGE_TEST_BUG_FIXES
This commit is contained in:
commit
10fc5c8e26
@ -894,8 +894,8 @@ class RestAuthenticationController extends AdminController
|
||||
|
||||
$hasNonEbPolicy = false;
|
||||
if (!empty($allowedActivePolicies)) {
|
||||
$db = \Config\Database::connect();
|
||||
$policyAllocgRows = $db->table('client_policy')
|
||||
|
||||
$policyAllocgRows = $db2->table('client_policy')
|
||||
->select('policy_type.allocg')
|
||||
->join('policy_type', 'policy_type.id = client_policy.policy_type_id', 'left')
|
||||
->whereIn('client_policy.id', $allowedActivePolicies)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user