Skip to content

Commit c5d7f4c

Browse files
romandvoskoboinikov
authored andcommitted
MAGETWO-97081: Fixed incorrect behaviour of sync actions
1 parent 79a13b4 commit c5d7f4c

File tree

1 file changed

+0
-2
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+0
-2
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2905,8 +2905,6 @@ public function prepareSqlCondition($fieldName, $condition)
29052905
$query .= empty($query) ? '' : ' AND ';
29062906
$to = $this->_prepareSqlDateCondition($condition, 'to');
29072907
$query = $query . $this->_prepareQuotedSqlCondition($conditionKeyMap['to'], $to, $fieldName);
2908-
2909-
29102908
}
29112909
} elseif (array_key_exists($key, $conditionKeyMap)) {
29122910
$value = $condition[$key];

0 commit comments

Comments
 (0)