Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix undefined var in recent change for new comment
With the recent changes module, adding a recent change for a new comment caused the warning "Undefined variable $comment_thread" if the comment was not a reply. Use `isset()` instead of `!== NULL` to check for reply depth, avoiding the warning when $comment_thread is not set.
- Loading branch information