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

luasoftluasoft New
edited February 2015 in Vanilla 2.0 - 2.8

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:

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    Great finding! You should make a pull request on GitHub :)

Sign In or Register to comment.