Skip to content

Commit

Permalink
Update Evernote PHP SDK to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanediondev committed Apr 3, 2016
1 parent 1360d5e commit 7e42295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/evernote/Evernote/Client.php
Expand Up @@ -124,7 +124,7 @@ class Store
public function __construct($token, $clientClass, $storeUrl)
{
$this->token = $token;
if (preg_match(':A=(.+):', $token, $matches)) {
if (preg_match('/:A=([^:]+):/', $token, $matches)) {
$this->userAgentId = $matches[1];
}
$this->client = $this->getThriftClient($clientClass, $storeUrl);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e42295

Please sign in to comment.