From f18bda75636eee5555503cfed0a86d72653e284d Mon Sep 17 00:00:00 2001 From: Dany wm Date: Sat, 15 Jun 2024 22:47:22 +0200 Subject: [PATCH] PHP8.x Deprecated Dynamic Property --- include/lib/single_record.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lib/single_record.class.php b/include/lib/single_record.class.php index 719b06ab8..6b14869c8 100644 --- a/include/lib/single_record.class.php +++ b/include/lib/single_record.class.php @@ -33,6 +33,7 @@ define ('CODE_EXCP_DUPLICATE',901); class Single_Record { public $name; + public $id; /** * Constructor $p_name will be set to $this->name, it is also the name * of the tag hidden in a form