Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 25, 2013
1 parent 388a6c0 commit 818aa1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING
Expand Up @@ -16,8 +16,8 @@ Upgrading to 2.16.0

- Horde_Imap_Client_Password_Xoauth2

Added the class to abstract production of the necessary authentication
token for XOAUTH2 SASL authentication.
Added class to abstract production of the necessary token for XOAUTH2 SASL
authentication.


Upgrading to 2.15.0
Expand Down
Expand Up @@ -64,7 +64,7 @@ public function getPassword()
// ^A represents a Control+A (\001)
return base64_encode(
'user=' . $this->username . "\1" .
'auth=Bearer ' . $access_token . "\1\1"
'auth=Bearer ' . $this->access_token . "\1\1"
);
}

Expand Down

0 comments on commit 818aa1d

Please sign in to comment.