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

Wrong variable reference #1324

Closed
fbafaro opened this issue Oct 18, 2018 · 0 comments
Closed

Wrong variable reference #1324

fbafaro opened this issue Oct 18, 2018 · 0 comments

Comments

@fbafaro
Copy link

fbafaro commented Oct 18, 2018

In the following file /System/Database/BaseResult.php at line 347:

$this->current_row = $n;

it should be

$this->currentRow = $n;

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

1 participant