Changes between Initial Version and Version 1 of Ticket #54607, comment 3
- Timestamp:
- 12/14/2021 03:01:40 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54607, comment 3
initial v1 1 There are several places where `get_comment()` is called, then assumed to be an object (See `get_comment_text()`, get_comment_time(), etc.)1 There are several places where `get_comment()` is called, then assumed to be an object (See `get_comment_text()`, `get_comment_time()`, etc.) 2 2 3 3 Should all of these related functions be updated to check for a null `$comment` value in this ticket? I assume so, but wanted to verify before I start on this task.