aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index c6a8c195f..86bd199e3 100755
--- a/include/items.php
+++ b/include/items.php
@@ -546,7 +546,8 @@ function encode_item($item) {
if($item['item_restrict'] & ITEM_DELETED) {
$x['message_id'] = $item['uri'];
- $x['flags'] = array('deleted');
+ $x['created'] = $item['created'];
+ $x['flags'] = array('deleted');
return $x;
}