From 732c4b2a6085a82fcea0dadbed12be62a1bfa927 Mon Sep 17 00:00:00 2001 From: "Willy \"Linty" Date: Mon, 6 Nov 2023 11:37:34 +0100 Subject: [PATCH] Issue #2001 Compatibility PHP 8.2 --- include/ws_protocols/rest_encoder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ws_protocols/rest_encoder.php b/include/ws_protocols/rest_encoder.php index 889ed37e7..b7b32ae96 100644 --- a/include/ws_protocols/rest_encoder.php +++ b/include/ws_protocols/rest_encoder.php @@ -140,6 +140,7 @@ class PwgXmlWriter class PwgRestEncoder extends PwgResponseEncoder { + private $_writer; function encodeResponse($response) { if ($response instanceof PwgError)