From 220cd4c23f5e0a8aa611851bd9595f73fe579052 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 1 Jul 2008 09:19:33 +0000 Subject: Added site_guid to internal db fields git-svn-id: https://code.elgg.org/elgg/trunk@1215 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 1d446cff5..ca926a0fb 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -65,6 +65,7 @@ $this->attributes['type'] = ""; $this->attributes['subtype'] = ""; $this->attributes['owner_guid'] = $_SESSION['guid']; + $this->attributes['site_guid'] = 0; $this->attributes['access_id'] = 0; $this->attributes['time_created'] = ""; $this->attributes['time_updated'] = ""; -- cgit v1.2.3