dever 6 년 전
부모
커밋
e1a25fbb6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/src/Journal.php

+ 1 - 1
main/src/Journal.php

@@ -723,7 +723,7 @@ class Journal extends Core
         unset($info['author_id']);
         unset($info['content']);
 
-        if ($info['type'] == 1 && $info['text']) {
+        if (($info['type'] == 1 || $info['type'] == 7 || $info['type'] == 8) && $info['text']) {
             $info['text'] = Dever::array_decode($info['text']);
             if ($info['text']) {
                 foreach ($info['text'] as $k => $v) {