aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/opendd.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-07 10:50:55 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-07 10:50:55 +0000
commit791aec157502b31236395adc7ab5aa632a234f97 (patch)
treee3affa6f99fb7cbf08bc8992c3dd41377516adca /engine/lib/opendd.php
parent9dc03345ffe6eebb60f7e0a69539f21c52048dd6 (diff)
downloadelgg-791aec157502b31236395adc7ab5aa632a234f97.tar.gz
elgg-791aec157502b31236395adc7ab5aa632a234f97.tar.bz2
Decode on import
git-svn-id: https://code.elgg.org/elgg/trunk@1307 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/opendd.php')
-rw-r--r--engine/lib/opendd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php
index 7c8e15380..5ac60d0db 100644
--- a/engine/lib/opendd.php
+++ b/engine/lib/opendd.php
@@ -295,7 +295,7 @@
$odd->setAttribute($k,$v);
// Body
- $odd->setBody($element->content);
+ $odd->setBody(html_entity_decode($element->content));
}
return $odd;