Skip to content

Commit 7025e5b

Browse files
author
David Nahodyl
committed
fixed script parameter not setting correctly
1 parent e314a33 commit 7025e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Query/FMBaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ public function executeScript($script = null, $param = null){
671671
}
672672

673673
if ($param) {
674-
$this->param = $param;
674+
$this->scriptParam = $param;
675675
}
676676

677677
$result = $this->connection->executeScript($this);

0 commit comments

Comments
 (0)