From 6d33b6dc1b00cf4dafb31506b679071eba1e9e7a Mon Sep 17 00:00:00 2001 From: edison-infotel Date: Mon, 15 Sep 2025 11:28:52 +0200 Subject: [PATCH] fix : Creation of dynamic property PluginReportsAutoReport::$plug is deprecated --- inc/autoreport.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/autoreport.class.php b/inc/autoreport.class.php index be4fca3..7e11340 100644 --- a/inc/autoreport.class.php +++ b/inc/autoreport.class.php @@ -48,6 +48,7 @@ class PluginReportsAutoReport { private $subname = ""; private $cpt = 0; private $title = ''; + private string $plug; function __construct($title='') {