mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Fix caching string
This commit is contained in:
@@ -32,7 +32,6 @@ class BooksController extends BasePageController
|
||||
$this->smarty->assign('catlist', $btmp);
|
||||
$this->smarty->assign('category', $category);
|
||||
|
||||
$offset = ($request->has('offset') && ctype_digit($request->input('offset'))) ? $request->input('offset') : 0;
|
||||
$ordering = $book->getBookOrdering();
|
||||
$orderby = $request->has('ob') && \in_array($request->input('ob'), $ordering, false) ? $request->input('ob') : '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user