summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-14 20:46:43 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-14 20:46:43 +0000
commit3a5d7e2c88dcdbb6c56f6e137cd3d70c9e699b0c (patch)
treef830b231a6210df7efc4dfcbab1bf6b849e1e478 /modules/node/node.module
parent28714aa363f433c440159ca5c32d9f505e89c7b4 (diff)
downloadbrdo-3a5d7e2c88dcdbb6c56f6e137cd3d70c9e699b0c.tar.gz
brdo-3a5d7e2c88dcdbb6c56f6e137cd3d70c9e699b0c.tar.bz2
- Patch #655206 by dereine: Seven wasn't used for deleting a node.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 0f0d171cf..95ee56612 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1905,6 +1905,7 @@ function node_menu() {
'page arguments' => array('node_delete_confirm', 1),
'access callback' => 'node_access',
'access arguments' => array('delete', 1),
+ 'theme callback' => '_node_custom_theme',
'weight' => 1,
'type' => MENU_LOCAL_TASK,
'context' => MENU_CONTEXT_INLINE,