diff --git a/module/blog/view/edit/edit.php b/module/blog/view/edit/edit.php index e4524ca1..404467b8 100644 --- a/module/blog/view/edit/edit.php +++ b/module/blog/view/edit/edit.php @@ -89,7 +89,7 @@ 'L\'article n\'est visible qu\'après la date de publication prévue.', 'label' => 'Date de publication', - 'value' => time() + 'value' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'publishedOn']) ]); ?>