Skip to content

Commit 9eb2626

Browse files
committed
https://github.com/OpenMage/magento-lts/issues/2793
1 parent 689c749 commit 9eb2626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Magento/Db/Adapter/Pdo/Mysql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function quote($value, $type = null)
132132
$this->_connect();
133133

134134
if ($type !== null
135-
&& rray_key_exists($type = strtoupper($type), $this->_numericDataTypes)
135+
&& array_key_exists($type = strtoupper($type), $this->_numericDataTypes)
136136
&& $this->_numericDataTypes[$type] == Zend_Db::FLOAT_TYPE
137137
) {
138138
$value = $this->_convertFloat($value);

0 commit comments

Comments
 (0)