Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 4177336

Browse files
committed
#9151: [Github] Sitemap.xml: lastmod timestamp can contain invalid dates
1 parent 0212c14 commit 4177336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sitemap/Model/Sitemap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Sitemap extends \Magento\Framework\Model\AbstractModel implements \Magento
167167
*
168168
* @var int
169169
*/
170-
protected $lastModMinTsVal;
170+
private $lastModMinTsVal;
171171

172172
/**
173173
* Initialize dependencies.

0 commit comments

Comments
 (0)