Update to Kirby 3.7.5
This commit is contained in:
@@ -380,7 +380,6 @@ class Database
|
||||
// store the final sql to add it to the trace later
|
||||
$this->lastQuery = $this->statement->queryString;
|
||||
} catch (Throwable $e) {
|
||||
|
||||
// store the error
|
||||
$this->affected = 0;
|
||||
$this->lastError = $e;
|
||||
|
Reference in New Issue
Block a user