Skip to content

Commit 4ca2943

Browse files
committed
fix double sql execute
1 parent 9f7f197 commit 4ca2943

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/lib/UnitySQL.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ private function update($table, $filters, $data)
106106
$stmt->bindValue(":$key", $val);
107107
}
108108
$this->execute($stmt);
109-
$stmt->execute();
110109
}
111110

112111
public function addRequest($requestor, $dest = self::REQUEST_BECOME_PI)

0 commit comments

Comments
 (0)