summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index ee418bda8..f2e566ddd 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2293,12 +2293,12 @@ function node_modules_uninstalled($modules) {
}
/**
- * Implements hook_block_info_alter().
+ * Implements hook_block_list_alter().
*
* Check the content type specific visibilty settings.
* Remove the block if the visibility conditions are not met.
*/
-function node_block_info_alter(&$blocks) {
+function node_block_list_alter(&$blocks) {
global $theme_key;
// Build an array of node types for each block.