Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion event/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function viewtopic_modify_post_row($event)
];
$event['post_row'] = $this->row_handler($event['row']['is_anonymous'], $event['post_row'], 'posts_viewtopic');
// unique to this event
if ($event['row']['is_anonymous'])
if ($event['row']['is_anonymous'] && !$event['post_row']['IS_STAFF'])
{
$event['cp_row'] = null;
}
Expand Down