From df767c0e8e1a31af98213dd8e7488712442670e1 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Tue, 2 Apr 2024 11:24:27 +0530 Subject: [PATCH] AEU-134, php 8.2 compatibility --- admin/class-angelleye-updater-admin.php | 2 ++ includes/class-angelleye-updater-licenses-table.php | 1 + 2 files changed, 3 insertions(+) diff --git a/admin/class-angelleye-updater-admin.php b/admin/class-angelleye-updater-admin.php index 7cad7d8..e55b740 100644 --- a/admin/class-angelleye-updater-admin.php +++ b/admin/class-angelleye-updater-admin.php @@ -53,6 +53,8 @@ class AngellEYE_Updater_Admin { private $assets_url; private $installed_products; private $pending_products; + public $list_table; + public $angelleye_plugin_info; /** * Constructor. diff --git a/includes/class-angelleye-updater-licenses-table.php b/includes/class-angelleye-updater-licenses-table.php index d3d5996..686341e 100644 --- a/includes/class-angelleye-updater-licenses-table.php +++ b/includes/class-angelleye-updater-licenses-table.php @@ -13,6 +13,7 @@ class AngellEYE_Updater_Licenses_Table extends WP_List_Table { public $data; public $angelleye_plugin_more_info_page; + public $found_data; /** * Constructor.