File: phpbb/feed/topic_base.php
Unmodified
Added
Modified
Removed
Line 47 | Line 47 |
---|
*/ public function adjust_item(&$item_row, &$row) {
|
*/ public function adjust_item(&$item_row, &$row) {
|
$item_row['link'] = $this->helper->append_sid('viewtopic.' . $this->phpEx, 't=' . $row['topic_id'] . '&p=' . $row['post_id'] . '#p' . $row['post_id']);
| $item_row['link'] = $this->helper->append_sid('viewtopic.' . $this->phpEx, 'p=' . $row['post_id'] . '#p' . $row['post_id']);
|
if ($this->config['feed_item_statistics']) {
| if ($this->config['feed_item_statistics']) {
|