aboutsummaryrefslogtreecommitdiff
path: root/app/Models/FeedDAO.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-23 13:35:54 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-23 13:35:54 +0100
commit7b7acf5c8738e949109672748dbd9f39a6e5a2c4 (patch)
tree1dfb450b8eaf29863116f20fa3e795e0865d2d54 /app/Models/FeedDAO.php
parent9e46c1ee7fc7f9ad9e2c07f0cf826573dd4c9766 (diff)
Synchronisation quelques lignes blanches
Diffstat (limited to 'app/Models/FeedDAO.php')
-rw-r--r--app/Models/FeedDAO.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/FeedDAO.php b/app/Models/FeedDAO.php
index 9ebea4a47..9bd480544 100644
--- a/app/Models/FeedDAO.php
+++ b/app/Models/FeedDAO.php
@@ -1,4 +1,5 @@
<?php
+
class FreshRSS_FeedDAO extends Minz_ModelPdo {
public function addFeed ($valuesTmp) {
$sql = 'INSERT INTO `' . $this->prefix . 'feed` (url, category, name, website, description, lastUpdate, priority, httpAuth, error, keep_history) VALUES(?, ?, ?, ?, ?, ?, 10, ?, 0, 0)';