Skip to content

Commit 3148312

Browse files
author
Kopylova,Olga(okopylova)
committed
Merge pull request #185 from magento-firedrakes/MAGETWO-45496
[Firedrakes] Bugfixes
2 parents 4f61556 + 5616b9c commit 3148312

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)