The problem with inbox

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