summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/item.php b/db/item.php
index 8f516f9c6..6f2ee9e6f 100644
--- a/db/item.php
+++ b/db/item.php
@@ -45,10 +45,10 @@ class Item extends Entity implements IAPI {
public function __construct(){
- $this->addType('pubDate', 'int');
- $this->addType('feedId', 'int');
- $this->addType('status', 'int');
- $this->addType('lastModified', 'int');
+ $this->addType('pubDate', 'integer');
+ $this->addType('feedId', 'integer');
+ $this->addType('status', 'integer');
+ $this->addType('lastModified', 'integer');
}