@@ -118,6 +118,11 @@ if (isset($_POST['delete'])) {
$thread=$query->fetchColumn();
// If they are not reporting a reply, report the OP.
if(!$thread){
$thread=$id;
}
if($thread){
if($config['syslog'])
_syslog(LOG_INFO,'Reported post: '.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.