aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-24 10:55:07 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-24 10:55:07 +0000
commitbcbdc8a7eda9a36166075ea7a07c99fadcab2b81 (patch)
tree39185d2570d11f9fb9baf74e3189878e4fd2bce1
parent7b8bf02f5845bd2ebcdd82dad2e811822e706493 (diff)
downloadelgg-bcbdc8a7eda9a36166075ea7a07c99fadcab2b81.tar.gz
elgg-bcbdc8a7eda9a36166075ea7a07c99fadcab2b81.tar.bz2
Allowing multiple
git-svn-id: https://code.elgg.org/elgg/trunk@1510 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 56c5df434..e118125cd 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -207,7 +207,7 @@
else
{
if ((int) $this->guid > 0) {
- return create_metadata($this->getGUID(), $name, $value, $value_type, $this->getOwner(), $this->getAccessID());
+ return create_metadata($this->getGUID(), $name, $value, $value_type, $this->getOwner(), $this->getAccessID(), $multiple);
} else {
$this->temp_metadata[$name] = $value;
return true;