mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Adjust classes and scripts for the book change.
(cherry picked from commit e43460c)
This commit is contained in:
@@ -126,7 +126,7 @@ if (isset($_GET["id"]))
|
||||
|
||||
$book = '';
|
||||
if ($data['bookinfoid'] != '') {
|
||||
$b = new Book();
|
||||
$b = new Books();
|
||||
$book = $b->getBookInfo($data['bookinfoid']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user