This commit is contained in:
James Cole 2019-12-19 07:00:18 +01:00
parent 883acc698e
commit 96e0357328
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -149,7 +149,7 @@ class ShowController extends Controller
// use session range:
$start = session('start');
$end = session('start');
$end = session('end');
$page = (int)$request->get('page');