From 232a36d1e92b1f39e7af6b270feb46ef05ce0c94 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 29 Feb 2024 14:19:46 +0800 Subject: [PATCH] transaction object support --- JsonOutputTrait.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JsonOutputTrait.php b/JsonOutputTrait.php index 92a313f9..394eaf85 100644 --- a/JsonOutputTrait.php +++ b/JsonOutputTrait.php @@ -2,6 +2,8 @@ trait Pman_Core_JsonOutputTrait { + var $transObj = false; + function jok($str) { if ($this->transObj ) { -- 2.39.2