From af3641ad186ec9468baacaf3c0dec5b2e714e2d8 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 15 Apr 2013 10:26:57 -0700 Subject: Issue #1966948 by kiamlaluno: Upate reference to Drupal 6 hook in user_login_finalize --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/user.module b/modules/user/user.module index bff6f7623..e8bcbc5d9 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2238,7 +2238,7 @@ function user_authenticate($name, $password) { * Finalize the login process. Must be called when logging in a user. * * The function records a watchdog message about the new session, saves the - * login timestamp, calls hook_user op 'login' and generates a new session. * + * login timestamp, calls hook_user_login(), and generates a new session. */ function user_login_finalize(&$edit = array()) { global $user; -- cgit v1.2.3