Jonlin 6 năm trước cách đây
mục cha
commit
181188d137
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/admin/controller/System.php

+ 1 - 1
application/admin/controller/System.php

@@ -756,7 +756,7 @@ class System extends Base
                 $content = json_decode($chat_log[$c]['content'], true);
                 $chat_log[$c]['time_line'] = date('Y-m-d H:i:s',$chat_log[$c]['time_line']);
                 $result[$key]['detail'] = $result[$key]['detail'].' '.$chat_log[$c]['time_line'].' '.$chat_log[$c]['from_name'];
-
+                $content['content'] = '';
                 if(!empty($content['text'])){
                     $content['content'] = $content['text'];
                 }