Clean code. Merge/Close #33995 manually.

This commit is contained in:
ldestailleur
2025-05-05 02:04:55 +02:00
parent 2736a4b382
commit 6d89c2c033
2 changed files with 4 additions and 5 deletions

View File

@@ -100,8 +100,6 @@ class CommandeStats extends Stats
*/
public function __construct($db, $socid, $mode, $userid = 0, $typentid = 0, $categid = 0)
{
global $user, $conf;
$this->db = $db;
$this->socid = ($socid > 0 ? $socid : 0);