summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index d25d323cb..4c9e26d88 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -245,7 +245,7 @@ function theme_get_settings($key = NULL) {
);
if (module_exist('node')) {
- foreach (node_get_types() as $type) {
+ foreach (node_get_types() as $type => $name) {
$defaults['toggle_node_info_' . $type] = 1;
}
}