mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
FIX PHP 8 Warning in box_membres_by_tags.php
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user