Changeset 2297104
- Timestamp:
- 05/03/2020 03:02:11 PM (6 years ago)
- File:
-
- 1 edited
-
appful/trunk/models/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/models/comment.php
r2297094 r2297104 50 50 $this->avatar = $author->avatar; 51 51 $this->email_hash = $author->email_hash; 52 unset($this->author); 52 53 } else { 53 54 unset($this->author);
Note: See TracChangeset
for help on using the changeset viewer.