mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added showing poll status in topic_watch.php (#1413)
* Added showing poll status in topic_watch.php * Update CHANGELOG.md
This commit is contained in:
parent
eece8a1eb2
commit
daf7297c20
3 changed files with 6 additions and 5 deletions
|
@ -92,6 +92,7 @@ if ($watch_count > 0) {
|
|||
'LAST_POST_RAW' => $watch[$i]['topic_last_post_time'],
|
||||
'LAST_POST_ID' => $watch[$i]['topic_last_post_id'],
|
||||
'IS_UNREAD' => $is_unread,
|
||||
'POLL' => (bool)$watch[$i]['topic_vote'],
|
||||
'TOPIC_ICON' => get_topic_icon($watch[$i], $is_unread),
|
||||
'PAGINATION' => ($watch[$i]['topic_status'] == TOPIC_MOVED) ? '' : build_topic_pagination(TOPIC_URL . $watch[$i]['topic_id'], $watch[$i]['topic_replies'], $bb_cfg['posts_per_page'])
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue