mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-05 18:19:59 -05:00
Revert "update: cache personal freeleech existence instead of its value"
This reverts commit b48a9222d1.
This commit is contained in:
@@ -89,7 +89,7 @@ class SimilarTorrentController extends Controller
|
||||
break;
|
||||
}
|
||||
|
||||
$personalFreeleech = cache()->has('personal_freeleech:'.auth()->id());
|
||||
$personalFreeleech = cache()->get('personal_freeleech:'.auth()->id());
|
||||
|
||||
return view('torrent.similar', [
|
||||
'meta' => $meta,
|
||||
|
||||
Reference in New Issue
Block a user