summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/item.php b/db/item.php
index 11a5becf1..6050d0e9b 100644
--- a/db/item.php
+++ b/db/item.php
@@ -42,6 +42,7 @@ class Item extends Entity {
public $feedId;
public $status;
public $feedTitle;
+ public $lastModified;
public function setRead() {
$this->markFieldUpdated('status');