diff --git a/core/modules/book/src/BookManager.php b/core/modules/book/src/BookManager.php index 3f5cfdc..376cc69 100644 --- a/core/modules/book/src/BookManager.php +++ b/core/modules/book/src/BookManager.php @@ -695,7 +695,7 @@ public function loadBookLink($nid, $translate = TRUE) { * {@inheritdoc} */ public function loadBookLinks($nids, $translate = TRUE) { - $result = $this->bookOutlineStorage->loadMultiple($nids); + $result = $this->bookOutlineStorage->loadMultiple($nids, $translate); $links = array(); foreach ($result as $link) { if ($translate) {