fix manage users in group not listing users
This commit is contained in:
parent
42586252e5
commit
e35ce19e5d
2 changed files with 2 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ sub doUserSearch {
|
|||
$p->setDataByQuery($sql, undef, undef, [$keyword, $keyword, $keyword, $keyword, $keyword]);
|
||||
return $p;
|
||||
} else {
|
||||
my $sth = $session->db->read($sql);
|
||||
my $sth = $session->dbSlave->read($sql, [$keyword, $keyword, $keyword, $keyword, $keyword]);
|
||||
return $sth;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue