Bug Incorrect user name in activity feed

Status
Not open for further replies.
Sorry about that, thanks for catching it. I'll fix it in the next release. If you want to manually fix it for now

Open dbtech/livewall/contenttypes/dbtreview_add_comm.php

On line 47 replace
PHP:
            LEFT JOIN $user AS user ON(user.userid = review.userid)
with
PHP:
            LEFT JOIN $user AS user ON(user.userid = comm.userid)

That should fix it
 
Status
Not open for further replies.

Legacy DragonByte Reviews

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