X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FOauth_application_user.php;h=3d4238d640fc4db3e4055477e157acbef97ee45f;hb=0f4f6fdb0130aacb0d8c7aa04ddfb76baa1b9e6b;hp=618d68133c5dec88c4028cc5fe31f7dcd75a252e;hpb=38269a6579789cbdaa309fa08e6cbb196879e7cf;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_application_user.php b/classes/Oauth_application_user.php index 618d68133c..3d4238d640 100644 --- a/classes/Oauth_application_user.php +++ b/classes/Oauth_application_user.php @@ -14,7 +14,6 @@ class Oauth_application_user extends Memcached_DataObject public $application_id; // int(4) primary_key not_null public $access_type; // tinyint(1) public $token; // varchar(255) - public $verifier; // varchar(255) public $created; // datetime not_null public $modified; // timestamp not_null default_CURRENT_TIMESTAMP @@ -41,5 +40,4 @@ class Oauth_application_user extends Memcached_DataObject return empty($result) ? null : $oau; } - }