Bug Ratings Are Not Displaying Correctly

Status
Not open for further replies.
Thanks for catching this.
If you open dbtech\review\actions\view_review.php
On about line 244 you will see
Code:
    $rating_data  = DBTECH_REVIEW::fetch_ratings_view($review_data['instanceid'], '', '', $review_data['reviewid'], 'submitter');
Change it to
Code:
    $rating_data  = DBTECH_REVIEW::fetch_ratings_view($review_data['instanceid'], $review_data['userid'], '', $review_data['reviewid'], 'submitter');

That should fix the incorrect rating display.
 
Status
Not open for further replies.

Legacy DragonByte Reviews

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
190
Customer rating
0.00 star(s) 0 ratings
Back
Top