mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-25 05:34:06 +08:00
test
This commit is contained in:
parent
6557fbb666
commit
8924618d12
@ -41,7 +41,7 @@ class BookController extends Controller
|
||||
$popular = $this->entityRepo->getPopular('book', 3, 0);
|
||||
$display = $this->currentUser->display;
|
||||
$this->setPageTitle('Books');
|
||||
return view('books/index', ['books' => $books, 'recents' => $recents, 'popular' => $popular, 'display' => $display]); //added displaly to access user display
|
||||
return view('books/index', ['books' => $books, 'recents' => $recents, 'popular' => $popular, 'display' => $display]); //added displaly to access user display
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user