diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 09:19:33 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 09:19:33 +0000 |
commit | 220cd4c23f5e0a8aa611851bd9595f73fe579052 (patch) | |
tree | f193526c4a1dfa7808c643bb5df203135217a001 /engine/lib/entities.php | |
parent | c705db28d10e9fecda0e16e0487a7cfd85e82e3a (diff) | |
download | elgg-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/lib/entities.php')
-rw-r--r-- | engine/lib/entities.php | 1 |
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'] = ""; |