Skip to content

Commit

Permalink
closes #1192 for magento 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jun 3, 2021
1 parent b6cdef2 commit b232192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public function getMCMinSyncDateFlag($storeId = null)
{
$syncDate = $this->getConfigValue(self::XML_PATH_SYNC_DATE, $storeId);
if ($syncDate=='') {
$syncDate = '0000-00-00';
$syncDate = '1900-01-01';
}
return $syncDate; }
public function getBaseDir()
Expand Down

0 comments on commit b232192

Please sign in to comment.