commentWrapper: last comment overwrites all previous comments after page refresh
Opened this issue · 0 comments
Deleted user commented
First off, great comments module. Thanks!
I've found this issue while testing example.html:
Scenario:
- open example.html
- submit 2 or more comments
- Reload the page.
Result:
The commentWrapper now shows only the last comment, repeatedly.
Having looked into this a bit I found the issue in api.php, line 155.
Instead of:
it should be:
Cheers,
Rotem