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

An error in class PiplApi_Language #4

Closed
drynyar opened this issue Jul 6, 2016 · 2 comments
Closed

An error in class PiplApi_Language #4

drynyar opened this issue Jul 6, 2016 · 2 comments
Assignees

Comments

@drynyar
Copy link

drynyar commented Jul 6, 2016

Here https://github.com/piplcom/piplapis-php/blob/master/src/piplapis/data/fields.php#L1070

Now
$this->$region = $region;

Must be
$this->region = $region;

@yuri1992
Copy link
Contributor

yuri1992 commented Jul 6, 2016

@SmileOmsk Thanks!
I will fix it ASAP.

@yuri1992 yuri1992 self-assigned this Jul 7, 2016
@yuri1992 yuri1992 closed this as completed Jul 7, 2016
@yuri1992
Copy link
Contributor

yuri1992 commented Jul 7, 2016

a3f37dd

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

No branches or pull requests

2 participants