]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #1563: Added time_updated and site_guid to the export vals.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Mar 2010 15:03:27 +0000 (15:03 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Mar 2010 15:03:27 +0000 (15:03 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3977 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/entities.php

index d52b860059d47baae46b798a0dfaffa17e2ee700..3eabcafed49c43e2c42c09e4c2628b3ec24d9cd4 100644 (file)
@@ -983,8 +983,10 @@ abstract class ElggEntity implements
                        'type',
                        'subtype',
                        'time_created',
+                       'time_updated',
                        'container_guid',
                        'owner_guid',
+                       'site_guid'
                );
        }