Revoke access token UI

This commit is contained in:
Zach Copley
2010-01-13 21:11:08 +00:00
parent 3aa0d8bea7
commit 38269a6579
5 changed files with 71 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ class Oauth_application_user extends Memcached_DataObject
$oau = new Oauth_application_user();
$oau->profile_id = $user->id;
$oau->application_id = $app->id;
$oau->application_id = $app->id;
$oau->limit(1);
$result = $oau->find(true);