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

Undeclared reference in PHP5ObjectBuilder.php #202

Closed
matt61 opened this issue Nov 29, 2011 · 2 comments
Closed

Undeclared reference in PHP5ObjectBuilder.php #202

matt61 opened this issue Nov 29, 2011 · 2 comments

Comments

@matt61
Copy link

matt61 commented Nov 29, 2011

Function addDoInsert references variable $table if the platform is Mssql, but no $table variable exists.

@willdurand
Copy link
Contributor

Hey! yes it's clearly a bug. Would you mind writting a patch ? you just have to include the following line:

$table = $this->getTable();

Thanks!

@willdurand
Copy link
Contributor

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants