summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 4ed4e38e1..b975c8597 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1560,9 +1560,9 @@ function system_user_timezone(&$edit, &$form) {
}
/**
- * Implement hook_block_list().
+ * Implement hook_block_info().
*/
-function system_block_list() {
+function system_block_info() {
$blocks['main'] = array(
'info' => t('Main page content'),
// Cached elsewhere.