mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
Fix issue processwire/processwire-issues#1252
This commit is contained in:
@@ -178,7 +178,7 @@ class WireDatabasePDOStatement extends \PDOStatement {
|
|||||||
|
|
||||||
if(is_array($input_parameters)) {
|
if(is_array($input_parameters)) {
|
||||||
foreach($input_parameters as $key => $value) {
|
foreach($input_parameters as $key => $value) {
|
||||||
$this->setDebugParam($key, $value);
|
if(is_string($key)) $this->setDebugParam($key, $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user