From 026af5df34694c8ca5c3708f3fe23fd10ec160cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 6 Oct 2008 11:30:12 +0000 Subject: - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens. --- modules/user/user.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.pages.inc') diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 727b2443e..5050f45e2 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -135,7 +135,7 @@ function user_logout() { // Destroy the current session: session_destroy(); - module_invoke_all('user', 'logout', NULL, $user); + module_invoke_all('user_logout', NULL, $user); // Load the anonymous user $user = drupal_anonymous_user(); -- cgit v1.2.3