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();