Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Endpoint for Checkins #1248

Closed
wants to merge 2 commits into from
Closed

Prepare Endpoint for Checkins #1248

wants to merge 2 commits into from

Conversation

danito
Copy link
Contributor

@danito danito commented Feb 16, 2016

This permits to catch checkins from Micropub if mp-type = checkin
resolves #1227

$this->setInput('placename',$place_name);
$this->setInput('long', $long);
$this->setInput('user_address', "");
$this->setInput('placename',$place_name);
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: you've got these three lines twice.

@kylewm
Copy link
Collaborator

kylewm commented Feb 17, 2016

Thank you, by the way, for the PR and for adding this feature!

@danito
Copy link
Contributor Author

danito commented Feb 17, 2016

I don't know. I merged some old version with new addings. will try to rollback

@danito danito closed this Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

micropub checkins not working
2 participants