Skip to content
Snippets Groups Projects
Commit 337908d1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

#51613

parent 2db39ce6
Branches
Tags
No related merge requests found
......@@ -142,7 +142,7 @@ class ConnecteurActul
public function majActTable(string $tableName): int
{
$sql = $this->getActulQuery($tableName);
$data = $this->actul->select($sql, ['fetch' => Bdd::FETCH_ALL]);
$data = $this->actul->select($sql, [], ['fetch' => Bdd::FETCH_ALL]);
$key = $this->getTableKey($tableName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment