mirror of
https://github.com/nextcloud/passman.git
synced 2026-01-14 02:02:06 +00:00
fix selection query in lib/Migration/ServerSideEncryption.php with executeQuery() usage
Signed-off-by: Timo Triebensky <30630233+binsky08@users.noreply.github.com>
This commit is contained in:
@ -79,7 +79,7 @@ class ServerSideEncryption implements IRepairStep {
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
$result = $qb->select('*')
|
||||
->from($table)
|
||||
->executeStatement();
|
||||
->executeQuery();
|
||||
return $result->fetchAll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user