From 5d8d9146743917e555597e324ed2460459b8be46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 13 Sep 2024 22:04:57 +0900 Subject: [PATCH] Automation init...3 --- app/Libraries/MyStorage/Mangboard/BoardLibrary.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Libraries/MyStorage/Mangboard/BoardLibrary.php b/app/Libraries/MyStorage/Mangboard/BoardLibrary.php index 7291078..b403576 100644 --- a/app/Libraries/MyStorage/Mangboard/BoardLibrary.php +++ b/app/Libraries/MyStorage/Mangboard/BoardLibrary.php @@ -51,8 +51,10 @@ class BoardLibrary } public function create(array $listInfo): BoardEntity { - //미디어관련정보 entity에 넣기 + //초기화 + $this->_mediaTags = ["image_path" => "", "content" => ""]; $formDatas = []; + //미디어관련정보 entity에 넣기 $formDatas['title'] = $listInfo["title"]; $formDatas['user_pid'] = $this->getUserEntity()->getPK(); $formDatas['user_id'] = $this->getUserEntity()->getID();