Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
The problem with inbox
luasoft
New
Vanilla forum is not displayed "You do not have any message yet" in my inbox.
I've looked into the file: applications\conversations\views\messages\all.php
and i think the problem lies here (line 23):
if (count($this->Data('Conversations') > 0)): ... else: ...
perhaps there is a certain confusion, i think it should be:
if (count($this->Data('Conversations')) > 0): ...
?
Tagged:
6
Comments
Great finding! You should make a pull request on GitHub