Books not displaying

site_map.theme.inc line 130s
"books" module is tested - should be "book"

  // Compile the books trees.
  if (module_exists('book')) {
    $variables['books'] = _site_map_books();
  }

Comments

frjo’s picture

Status: Needs review » Fixed

Thanks for reporting this! Committed to both 6-2-dev and 7-dev. Will make a new 6.2.x release shortly.

frjo’s picture

Title: Typo in site_map.theme.inc » Typo in site_map.theme.inc, module_exists() should check for book not books

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.