summaryrefslogtreecommitdiffstats
path: root/lib/itemmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/itemmapper.php')
-rw-r--r--lib/itemmapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/itemmapper.php b/lib/itemmapper.php
index b20387192..27f56eb3f 100644
--- a/lib/itemmapper.php
+++ b/lib/itemmapper.php
@@ -126,7 +126,7 @@ class OC_News_ItemMapper {
htmlspecialchars_decode($item->getUrl()),
htmlspecialchars_decode($title),
$body,
- $guid,
+ htmlspecialchars_decode($guid),
$feedid,
$status
);