mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
Change 'modified' property to 'updated' for consistency
This commit is contained in:
parent
32206f3cd7
commit
c2cf6ef455
6 changed files with 7 additions and 7 deletions
|
@ -57,7 +57,7 @@ foreach($contentFiles as $path){
|
|||
|
||||
$ebook = new Ebook($ebookWwwFilesystemPath);
|
||||
|
||||
$allEbooks[$ebook->Modified->format('Y-m-d\TH:i:s\Z') . ' ' . $ebook->Identifier] = $ebook;
|
||||
$allEbooks[$ebook->Updated->format('Y-m-d\TH:i:s\Z') . ' ' . $ebook->Identifier] = $ebook;
|
||||
$newestEbooks[$ebook->Created->format('Y-m-d\TH:i:s\Z') . ' ' . $ebook->Identifier] = $ebook;
|
||||
|
||||
foreach($ebook->Tags as $tag){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue