Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #271 from seregazhuk/develop
Browse files Browse the repository at this point in the history
fix: getClientInfo
  • Loading branch information
seregazhuk authored Apr 23, 2017
2 parents bf7129f + 4b999ab commit 54c9657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## v5.3.5 - 2017-04-23
### Fixed:
- Bot getClientInfo() method

## v5.3.4 - 2017-04-23
### Fixed:
- Boards forMe method
Expand Down
2 changes: 1 addition & 1 deletion src/Bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getClientInfo($reload = false)
$clientInfo = $this->providersContainer->getClientInfo();

if(is_null($clientInfo) || $reload) {
$this->auth->visitPage();
$this->user->visitPage();
}

return $this->providersContainer->getClientInfo();
Expand Down

0 comments on commit 54c9657

Please sign in to comment.