summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/feedbl.php')
-rw-r--r--bl/feedbl.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/bl/feedbl.php b/bl/feedbl.php
index 9c594229a..7b9f98205 100644
--- a/bl/feedbl.php
+++ b/bl/feedbl.php
@@ -136,7 +136,8 @@ class FeedBl extends Bl {
$item->setStatus($existing->getStatus());
$item->setUnread();
- $this->itemMapper->insert($item);
+ $this->itemMapper->delete($existing);
+ $this->itemMapper->insert($item);
}
}