aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 09:19:33 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 09:19:33 +0000
commit220cd4c23f5e0a8aa611851bd9595f73fe579052 (patch)
treef193526c4a1dfa7808c643bb5df203135217a001 /engine
parentc705db28d10e9fecda0e16e0487a7cfd85e82e3a (diff)
downloadelgg-220cd4c23f5e0a8aa611851bd9595f73fe579052.tar.gz
elgg-220cd4c23f5e0a8aa611851bd9595f73fe579052.tar.bz2
Added site_guid to internal db fields
git-svn-id: https://code.elgg.org/elgg/trunk@1215 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php1
1 files changed, 1 insertions, 0 deletions
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'] = "";