diff --git a/core/modules/book/book.install b/core/modules/book/book.install index 34db3f1..76ddc81 100644 --- a/core/modules/book/book.install +++ b/core/modules/book/book.install @@ -10,7 +10,7 @@ */ function book_uninstall() { // Clear book data out of the cache. - \Drupal::cache('menu')->deleteAll(); + \Drupal::cache('data')->deleteAll(); } /**