mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +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)) {
|
||||
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