From 8e20e39e3f3daac3fd1d345552d0851e9e11d214 Mon Sep 17 00:00:00 2001 From: kagla Date: Thu, 12 Aug 2021 01:27:33 +0000 Subject: [PATCH] =?UTF-8?q?PHP8,=201:1=EB=AC=B8=EC=9D=98=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=EC=97=90=EC=84=9C=20DHTML=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EC=95=88=ED=95=A8=EC=9C=BC=EB=A1=9C=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EC=8B=9C=20Warning:=20Undefined=20variable=20$html=5Fchecked?= =?UTF-8?q?=20=EB=82=98=EC=98=A4=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(=EB=8B=A4=EC=98=A8=ED=85=8C=EB=A7=88=EB=8B=98,2108?= =?UTF-8?q?11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/qawrite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bbs/qawrite.php b/bbs/qawrite.php index 0f279f3d4..8a032aa6b 100644 --- a/bbs/qawrite.php +++ b/bbs/qawrite.php @@ -96,6 +96,7 @@ if(is_file($skin_file)) { $upload_max_filesize = number_format($qaconfig['qa_upload_size']) . ' 바이트'; $html_value = ''; + $html_checked = ''; if (isset($write['qa_html']) && $write['qa_html']) { $html_checked = 'checked'; $html_value = $write['qa_html'];