From 480ca70dc8de827211c01a3ac1d75d148a21fbd9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 19 Jun 2008 14:32:38 -0400 Subject: try to clear openid url cookie better darcs-hash:20080619183238-84dde-dbe912a40894ec7414e6d5ea0bc40ec527385436.gz --- actions/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/logout.php') diff --git a/actions/logout.php b/actions/logout.php index 9cdda52d8..c4d0bd4e7 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -27,8 +27,8 @@ class LogoutAction extends Action { if (!common_logged_in()) { common_user_error(_t('Not logged in.')); } else { - common_set_user(NULL); oid_clear_last(); + common_set_user(NULL); common_redirect(common_local_url('public')); } } -- cgit v1.2.3-54-g00ecf