]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
oof -- how did that happen?
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 21 Mar 2011 16:43:20 +0000 (16:43 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 21 Mar 2011 16:43:20 +0000 (16:43 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8806 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggEntity.php

index 314810894a674d07a4cd03d1efb384157635377f..41f19a4c1cfdb0b40abc587c62653416d6dbbb9e 100644 (file)
@@ -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])) {