Skip to content

Commit 62465e9

Browse files
committed
Dbwrap::buildQuery fix
1 parent a3d0763 commit 62465e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DbWrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ public function getLastQuery($withParameters = true)
533533
*/
534534
protected function buildQuery($query, array $parameters = null)
535535
{
536-
$query = $this->lastQuery;
537536
if (!empty($parameters))
538537
{
539538
foreach ($parameters as $name => $value)

0 commit comments

Comments
 (0)