mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
(Fix) Request Controller
- fix reset request by adding missing $appurl variable
This commit is contained in:
@@ -512,7 +512,7 @@ class RequestController extends Controller
|
||||
public function rejectRequest($id)
|
||||
{
|
||||
$user = auth()->user();
|
||||
|
||||
$appurl = config('app.url');
|
||||
$torrentRequest = TorrentRequest::findOrFail($id);
|
||||
|
||||
if ($user->id == $torrentRequest->user_id) {
|
||||
|
||||
Reference in New Issue
Block a user