1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 03:34:33 +02:00
This commit is contained in:
Ryan Cramer
2020-09-25 13:45:08 -04:00
parent ee8f8e4471
commit 1f6aa1cf73

View File

@@ -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);
}
}