Rolled back Collaboration to 9027
This commit is contained in:
parent
5741d71445
commit
8c48263ca5
1 changed files with 2 additions and 2 deletions
|
|
@ -887,8 +887,8 @@ SQL
|
||||||
'link' => $postUrl,
|
'link' => $postUrl,
|
||||||
guid => $postUrl,
|
guid => $postUrl,
|
||||||
description => $post->get('synopsis'),
|
description => $post->get('synopsis'),
|
||||||
epochDate => $post->get('revisionDate'),
|
epochDate => $post->get('creationDate'),
|
||||||
pubDate => $datetime->epochToMail($post->get('revisionDate')),
|
pubDate => $datetime->epochToMail($post->get('creationDate')),
|
||||||
attachmentLoop => $attachmentLoop,
|
attachmentLoop => $attachmentLoop,
|
||||||
userDefined1 => $post->get("userDefined1"),
|
userDefined1 => $post->get("userDefined1"),
|
||||||
userDefined2 => $post->get("userDefined2"),
|
userDefined2 => $post->get("userDefined2"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue