From 0ec7c114a9fa58f8d2bdedcc8129d956da7763fb Mon Sep 17 00:00:00 2001 From: ewinslow Date: Mon, 21 Mar 2011 16:43:20 +0000 Subject: oof -- how did that happen? git-svn-id: http://code.elgg.org/elgg/trunk@8806 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggEntity.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/classes/ElggEntity.php') 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])) { -- cgit v1.2.3