Adjust classes and scripts for the book change.

(cherry picked from commit e43460c)
This commit is contained in:
DariusIII
2015-09-06 21:26:07 +02:00
parent dfd08c410c
commit 5c2709ad0f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ if (isset($_GET["id"]))
$book = '';
if ($data['bookinfoid'] != '') {
$b = new Book();
$b = new Books();
$book = $b->getBookInfo($data['bookinfoid']);
}