summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 3e92a3b8d..94cea8afd 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -984,9 +984,9 @@ function user_login_block() {
}
/**
- * Implement hook_block_list().
+ * Implement hook_block_info().
*/
-function user_block_list() {
+function user_block_info() {
global $user;
$blocks['login']['info'] = t('User login');