Guest User

Untitled

a guest
Oct 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. diff --git a/src/ORM/Connect/PDOConnector.php b/src/ORM/Connect/PDOConnector.php
  2. index f3fbae1..27ff7b8 100644
  3. --- a/src/ORM/Connect/PDOConnector.php
  4. +++ b/src/ORM/Connect/PDOConnector.php
  5. @@ -356,7 +356,7 @@ class PDOConnector extends DBConnector
  6. // Bind and invoke statement safely
  7. if ($statement) {
  8. $this->bindParameters($statement, $parameters);
  9. - $statement->execute($parameters);
  10. + $statement->execute();
  11. }
  12.  
  13. // Generate results
Add Comment
Please, Sign In to add comment