From: Evan Prodromou Date: Wed, 25 May 2011 18:01:22 +0000 (-0400) Subject: Set the current user on API calls X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d7a16929b9fbfdbb52faab82f2560904b6b10c3e;p=quix0rs-gnu-social.git Set the current user on API calls --- diff --git a/lib/apiauth.php b/lib/apiauth.php index 1e2a6101d6..1061e6b68c 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -204,9 +204,12 @@ class ApiAuthAction extends ApiAction } } $this->auth_user = $user; + // FIXME: setting the value returned by common_current_user() + // There should probably be a better method for this. common_set_user() + // does lots of session stuff. global $_cur; $_cur = $this->auth_user; - Event::handle('EndSetApiUser', array($user)); + Event::handle('EndSetApiUser', array($user)); } $msg = "API OAuth authentication for user '%s' (id: %d) on behalf of " .