mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS fixes
This commit is contained in:
@@ -42,6 +42,7 @@ class DetailsController extends BasePageController
|
||||
|
||||
if ($this->isPostBack($request)) {
|
||||
ReleaseComment::addComment($data['id'], $data['gid'], $request->input('txtAddComment'), $this->userdata->id, $request->ip());
|
||||
|
||||
return redirect()->route('details', ['guid' => $guid])->with('success', 'Comment posted successfully!');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user