aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggEntity.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-21 16:43:20 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-21 16:43:20 +0000
commit0ec7c114a9fa58f8d2bdedcc8129d956da7763fb (patch)
treefa0379228511d907dcd3fb81a224351b12f29e5f /engine/classes/ElggEntity.php
parentee57dbedb27de9574dad62ea788e6d9ece76a0d6 (diff)
downloadelgg-0ec7c114a9fa58f8d2bdedcc8129d956da7763fb.tar.gz
elgg-0ec7c114a9fa58f8d2bdedcc8129d956da7763fb.tar.bz2
oof -- how did that happen?
git-svn-id: http://code.elgg.org/elgg/trunk@8806 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggEntity.php')
-rw-r--r--engine/classes/ElggEntity.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php
index 314810894..41f19a4c1 100644
--- a/engine/classes/ElggEntity.php
+++ b/engine/classes/ElggEntity.php
@@ -249,7 +249,8 @@ abstract class ElggEntity extends ElggData implements
if ((int) ($this->guid) > 0) {
$md = elgg_get_metadata(array(
'guid' => $this->getGUID(),
- 'metadata_name' => $name
+ 'metadata_name' => $name,
+ 'limit' => 0,
));
} else {
if (isset($this->temp_metadata[$name])) {