summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-04-01 18:59:42 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-04-01 18:59:42 -0400
commit7ba00c1951644bab56ebe46bedad30c4e47cc041 (patch)
tree836404a8edc45b821533e85f0b43bc8065786168 /modules/node/node.module
parenta9c27da66c9a8877a4a76d759d0a36c97ad1318a (diff)
downloadbrdo-7ba00c1951644bab56ebe46bedad30c4e47cc041.tar.gz
brdo-7ba00c1951644bab56ebe46bedad30c4e47cc041.tar.bz2
Issue #1945066 by chertzog, dcam | joachim: Fixed node_theme() doesn't declare the file for theme_node_admin_overview() .
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 3c65b624d..378193d2b 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -141,6 +141,7 @@ function node_theme() {
),
'node_admin_overview' => array(
'variables' => array('name' => NULL, 'type' => NULL),
+ 'file' => 'content_types.inc',
),
'node_recent_block' => array(
'variables' => array('nodes' => NULL),