Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Bug fixes and improved MyGlass 'off' handling #6

Merged
merged 1 commit into from
Jul 3, 2013
Merged

Bug fixes and improved MyGlass 'off' handling #6

merged 1 commit into from
Jul 3, 2013

Conversation

mimming
Copy link
Contributor

@mimming mimming commented Jul 2, 2013

Now properly displays timelineItem.text on index page hero unit
Now auto-reauthenticates when disabled from MyGlass. This required a database change. If you're upgrading your local copy you will need to migrate or purge your current database.

Now auto-reauthenticates when disabled from MyGlass. This required a database change. If you're upgrading your local copy you will need to migrate or purge your current database.
try {
$token_checker->userinfo->get();
} catch (Google_ServiceException $e) {
if($e->getCode() == 401) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/if(/if (/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

@alainv
Copy link
Member

alainv commented Jul 2, 2013

3 small styling comments and LGTM

mimming added a commit that referenced this pull request Jul 3, 2013
Bug fixes and improved MyGlass 'off' handling
@mimming mimming merged commit 066e46a into master Jul 3, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants