summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-14 01:04:57 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-14 01:04:57 +0200
commit2bfa9f22b7d97dcdbda5992ad603d9d10482b49f (patch)
tree6d23098988a6a7ab0b99b4baf1b6ad13b9a7be25 /db/item.php
parent7faa40dc59738fc4b5bb9dd2121e433e2301c36b (diff)
fix unittests
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/item.php b/db/item.php
index 4a3fa0d8c..535dd745c 100644
--- a/db/item.php
+++ b/db/item.php
@@ -163,7 +163,6 @@ class Item extends Entity implements IAPI {
$item->setUnstarred();
}
- $item->setFeedId(null);
return $item;
}