summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-22 15:26:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-22 15:26:46 +0000
commit5679074858186e09defac5c303e41512b98d0722 (patch)
tree3f325213ea02509ec8ce4c9c186d34e83bc403b6 /modules/book
parent29addd06b26192f0d3e1761e7e13b291baf7c5a1 (diff)
downloadbrdo-5679074858186e09defac5c303e41512b98d0722.tar.gz
brdo-5679074858186e09defac5c303e41512b98d0722.tar.bz2
- Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: tabs on admin pages are not accessible from overviews and menus.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index 2df5e988f..5b6be5766 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -102,6 +102,7 @@ function book_node_view_link($node, $build_mode) {
function book_menu() {
$items['admin/content/book'] = array(
'title' => 'Books',
+ 'description' => "Manage your site's book outlines.",
'page callback' => 'book_admin_overview',
'access arguments' => array('administer book outlines'),
'type' => MENU_LOCAL_TASK,