#26552 by Heine. Add child page to unpublished book nodes doesn't work, so remove the link.
parent
0d99880f96
commit
dca26f5ebd
|
|
@ -63,7 +63,7 @@ function book_link($type, $node = NULL, $teaser = FALSE) {
|
||||||
|
|
||||||
if ($type == 'node' && isset($node->parent)) {
|
if ($type == 'node' && isset($node->parent)) {
|
||||||
if (!$teaser) {
|
if (!$teaser) {
|
||||||
if (book_access('create', $node)) {
|
if (book_access('create', $node) && $node->status == 1) {
|
||||||
$links['book_add_child'] = array(
|
$links['book_add_child'] = array(
|
||||||
'title' => t('Add child page'),
|
'title' => t('Add child page'),
|
||||||
'href' => "node/add/book/parent/$node->nid"
|
'href' => "node/add/book/parent/$node->nid"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue