Skip to content

Commit 5616b9c

Browse files
author
Dmytro Voskoboinikov
committed
Merge branch 'MAGETWO-45496' of https://github.corp.magento.com/magento-firedrakes/magento2ce into MAGETWO-45496
2 parents 4f61556 + 8bb4015 commit 5616b9c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,7 @@ protected function _prepareSqlDateCondition($condition, $key)
36283628
$result = $this->formatDate($condition[$key]);
36293629
}
36303630
} else {
3631-
$result = $this->formatDate($condition[$key], false);
3631+
$result = $this->formatDate($condition[$key]);
36323632
}
36333633

36343634
return $result;

0 commit comments

Comments
 (0)