From ff365bc8a3a1ce0d0917ea12d22906068fbd2b0b Mon Sep 17 00:00:00 2001 From: Zhangyu Date: Sat, 11 May 2024 03:28:01 +0000 Subject: [PATCH] * zin: modify thinkinputdetail params of thinkrun. --- lib/zin/wg/thinkrun/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/thinkrun/v1.php b/lib/zin/wg/thinkrun/v1.php index a63cdb0a4f..cbc6f35cd6 100644 --- a/lib/zin/wg/thinkrun/v1.php +++ b/lib/zin/wg/thinkrun/v1.php @@ -40,7 +40,7 @@ class thinkRun extends wg set::item($item), set::required($options->required), set::isRequiredName('result'), - set::isRequiredValue(isset($answer) ?? $answer->result) + set::isRequiredValue(isset($answer) ? $answer->result : '') ); }