관리자화면 "시스템 설정" 클릭시 오류 발생 후 해결. Attempt to assign property "site_srl" on array" in modules/module/module.model.php on line 157 hatali 25.12.26 0 0
댓글 7
보드 스킨의 신고 버튼 부분에 doCallModuleAction('document','procDocumentDeclare','{$oDocument->document_srl}');을
문서는 <a href="{getUrl('', 'act', 'dispDocumentDeclare', 'target_srl', $document_srl)};">
댓글은 <a href="{getUrl('', 'act', 'dispCommentDeclare', 'target_srl', $comment->comment_srl);}"</a>
이렇게 변경했습니다.