Issue #1966948 by kiamlaluno: Upate reference to Drupal 6 hook in user_login_finalize

8.0.x
Jennifer Hodgdon 2013-04-15 10:26:27 -07:00
parent c116398074
commit e65fa4f372
1 changed files with 1 additions and 1 deletions

View File

@ -1418,7 +1418,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;