Skip to content

Commit

Permalink
[K6.3] Attachment entry in attachment wasn't removed #9679
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jun 8, 2024
1 parent 7eed105 commit d621299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/src/Controllers/TopicController.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function removeattachments()
throw new RuntimeException(Text::_('Forbidden'), 403);
}

$attach_id = $this->input->getInt('file_id', 0);
$attach_id = $this->input->getInt('files_id_delete', 0);
$userid = $this->input->getInt('userid', 0);
$success = [];
$instance = KunenaAttachmentHelper::get($attach_id);
Expand Down

0 comments on commit d621299

Please sign in to comment.