Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkingorg committed May 16, 2012
1 parent 65a9bab commit 5f74f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/social/controller/auth.php
Expand Up @@ -230,7 +230,7 @@ public function action_reload_form() {
wp_set_auth_cookie($user_id, true);
remove_filter('auth_cookie_expiration', array($this->social, 'auth_cookie_expiration'));

delete_user_meta($user_id, 'social_auth_nonce_'.$cookie_nonce));
delete_user_meta($user_id, 'social_auth_nonce_'.$cookie_nonce);
setcookie('social_auth_nonce', '', -3600, '/');

$post_id = $this->request->query('post_id');
Expand Down

0 comments on commit 5f74f74

Please sign in to comment.