aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index d52b86005..3eabcafed 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -983,8 +983,10 @@ abstract class ElggEntity implements
'type',
'subtype',
'time_created',
+ 'time_updated',
'container_guid',
'owner_guid',
+ 'site_guid'
);
}