diff options
-rw-r--r-- | engine/lib/entities.php | 2 |
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' ); } |