Index: trunk/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -1625,8 +1625,9 @@ |
1626 | 1626 | foreach( $res as $row ) { |
1627 | 1627 | $thread_id = $row->tr_thread; |
1628 | 1628 | $user = $row->tr_user_text; |
| 1629 | + $type = $row->tr_type; |
1629 | 1630 | $info = array( |
1630 | | - 'type' => $row->tr_type, |
| 1631 | + 'type' => $type, |
1631 | 1632 | 'user-id' => $row->tr_user, |
1632 | 1633 | 'user-name' => $row->tr_user_text, |
1633 | 1634 | 'value' => $row->tr_value, |