FIX PHP 8 Warning in box_membres_by_tags.php

This commit is contained in:
daraelmin
2023-05-18 11:21:36 +02:00
committed by GitHub
parent 3f32f9ae55
commit e5cfd4851e

View File

@@ -149,7 +149,7 @@ class box_members_by_tags extends ModeleBoxes
);
$line++;
foreach ($sumMembers as $key => $data) {
$adhtag = new Categorie($db);
$adhtag = new Categorie($this->db);
$adhtag->id = $key;
if ($key=='total') {