mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
commit
4785ad0123
@ -106,7 +106,7 @@ class BlogArchiveWidget extends Widget {
|
||||
/**
|
||||
* @var BlogPost $post
|
||||
*/
|
||||
$date = new Date();
|
||||
$date = Date::create();
|
||||
$date->setValue($post->PublishDate);
|
||||
|
||||
if($this->ArchiveType == 'Yearly') {
|
||||
|
Loading…
Reference in New Issue
Block a user