From 77aa81a028abfc3d3663f2978cc90fd8f37dcf76 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 15 Jul 2023 09:01:42 +1000 Subject: [PATCH] [REF][PHP8.2] Fix deprecated dynamic properties in Logging Report Detail --- CRM/Logging/ReportDetail.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Logging/ReportDetail.php b/CRM/Logging/ReportDetail.php index a87ee1edc8..a8cb03d610 100644 --- a/CRM/Logging/ReportDetail.php +++ b/CRM/Logging/ReportDetail.php @@ -33,10 +33,13 @@ class CRM_Logging_ReportDetail extends CRM_Report_Form { protected $raw; protected $tables = []; protected $interval = '10 SECOND'; + protected $dblimit; + protected $dboffset; protected $altered_name; protected $altered_by; protected $altered_by_id; + protected $layout; /** * detail/summary report ids -- 2.25.1