Skip to content

Commit 8572dca

Browse files
authored
Merge pull request #6 from KotM/Bugfixes
Incorrect reputation view link
2 parents 7014f0d + 39b9b12 commit 8572dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

event/viewtopic_listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function post_row_reputation($event)
213213
'U_RATE_POST_POSITIVE' => $this->helper->route('reputation_post_rating_controller', array('mode' => 'positive', 'post_id' => $post_id)),
214214
'U_RATE_POST_NEGATIVE' => $this->helper->route('reputation_post_rating_controller', array('mode' => 'negative', 'post_id' => $post_id)),
215215
'U_VIEW_POST_REPUTATION' => $this->helper->route('reputation_post_details_controller', array('post_id' => $post_id)),
216-
'U_VIEW_USER_REPUTATION' => $this->helper->route('reputation_user_details_controller', array('uid' => $poster_id)),
216+
'U_VIEW_USER_REPUTATION' => $this->helper->route('reputation_details_controller', array('uid' => $poster_id)),
217217

218218
'POST_REPUTATION' => $row['post_reputation'],
219219
'POST_REPUTATION_CLASS' => $this->reputation_helper->reputation_class($row['post_reputation']),

0 commit comments

Comments
 (0)