From: brettp Date: Mon, 1 Mar 2010 15:03:27 +0000 (+0000) Subject: Fixes #1563: Added time_updated and site_guid to the export vals. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2f595854fa046ef944cab929eecbdea8018460f2;p=lorea%2Felgg.git Fixes #1563: Added time_updated and site_guid to the export vals. git-svn-id: http://code.elgg.org/elgg/trunk@3977 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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' ); }