mirror of
https://github.com/YGGverse/next.git
synced 2026-04-01 10:15:30 +00:00
rename environment attribute from time to date
This commit is contained in:
parent
aa27bcc9b7
commit
1ec4b61970
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ class Nex implements MessageComponentInterface
|
|||
];
|
||||
|
||||
// Append modification time on enabled
|
||||
if ($item['time'] && $this->_environment->get('time'))
|
||||
if ($item['time'] && $this->_environment->get('date'))
|
||||
{
|
||||
$link[] = date(
|
||||
'Y-m-d', // gemfeed format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue