]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookController.php
Applied required changes
[bookstack] / app / Http / Controllers / BookController.php
index 9c1154281be3f47b01ed10ab8efbd73c5db2daee..7aa434a805c6393cf2e93cf44dcb53fd4c042b6c 100644 (file)
@@ -41,7 +41,7 @@ class BookController extends Controller
         $popular = $this->entityRepo->getPopular('book', 3, 0);
         $books_display = $this->currentUser->books_display;
         $this->setPageTitle('Books');
-        return view('books/index', ['books' => $books, 'recents' => $recents, 'popular' => $popular, 'books_display' => $books_display]);
+        return view('books/index', ['books' => $books, 'recents' => $recents, 'popular' => $popular, 'books_display' => $books_display] );
     }
 
     /**