Skip to content
Extraits de code Groupes Projets

Resolve "Bug while updating the conterparts in admin console"

Fusionnées nono requested to merge 136-bug-while-updating-the-conterparts-in-admin-console into master
+ 1
1
@@ -626,7 +626,7 @@ class Admin extends Controller
if ($result) {
$i = 0;
foreach ($result->fetchAll(\PDO::FETCH_ASSOC) as $row) {
$data[i] = $row;
$data[$i] = $row;
$i++;
}
$f3->set('row_count', $i);
Chargement en cours