From 403239e06b63fddf68b246d5fbe5b4834817b03f Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 17 Aug 2023 17:27:30 +0800 Subject: [PATCH] PHP8 --- Notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify.php b/Notify.php index cbf42816..7bef8f86 100644 --- a/Notify.php +++ b/Notify.php @@ -167,6 +167,7 @@ class Pman_Core_Notify extends Pman var $queue = array(); var $domain_queue = array(); // false to use nextquee var $next_queue = array(); + var $server_id; function get($r,$opts=array()) { -- 2.39.2