|
@@ -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) {
|