aboutsummaryrefslogtreecommitdiff
path: root/app/Models/EntryDAO.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-23 13:36:34 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-23 13:36:34 +0100
commitabfedfd108a3684720a0a63f03f26d5269cd1498 (patch)
tree1dfb450b8eaf29863116f20fa3e795e0865d2d54 /app/Models/EntryDAO.php
parent6552cf0da648aa4daf2ea1e57d78a87e57087ff8 (diff)
parent7b7acf5c8738e949109672748dbd9f39a6e5a2c4 (diff)
Merge remote-tracking branch 'origin/dev' into beta
Diffstat (limited to 'app/Models/EntryDAO.php')
-rw-r--r--app/Models/EntryDAO.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php
index d8bc869ae..c6bd5c404 100644
--- a/app/Models/EntryDAO.php
+++ b/app/Models/EntryDAO.php
@@ -1,4 +1,5 @@
<?php
+
class FreshRSS_EntryDAO extends Minz_ModelPdo {
public function addEntry ($valuesTmp) {
$sql = 'INSERT INTO `' . $this->prefix . 'entry`(id, guid, title, author, content_bin, link, date, is_read, is_favorite, id_feed, tags) '