Skip to content

Commit b22934b

Browse files
author
Hayder Sharhan
committed
Merge commit 'refs/pull/3932/head' of https://github.com/magento/magento2 into MAGETWO-54157
2 parents 211c668 + 964aee0 commit b22934b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Date.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
protected function _getFormat()
5353
{
5454
$format = $this->getColumn()->getFormat();
55-
if (!$format) {
55+
if ($format === null) {
5656
if (self::$_format === null) {
5757
try {
5858
self::$_format = $this->_localeDate->getDateFormat(

0 commit comments

Comments
 (0)