aboutsummaryrefslogtreecommitdiff
path: root/app/models/Entry.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-28 10:05:58 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-28 10:05:58 +0100
commitdcd6f3ef16f7e698ef1aa8c5bdd5a1e2c85021c9 (patch)
tree7d9348a772672231bcc44180237fb2203803b25e /app/models/Entry.php
parentee2c1a8c7888ef16d76a0c03ff2040aaa8a11a94 (diff)
e.id utilise la date déclarée pour les nouveaux flux
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/202
Diffstat (limited to 'app/models/Entry.php')
-rwxr-xr-xapp/models/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/Entry.php b/app/models/Entry.php
index 80e8d7b6e..f8ec1287c 100755
--- a/app/models/Entry.php
+++ b/app/models/Entry.php
@@ -203,7 +203,7 @@ class EntryDAO extends Model_pdo {
$stm = $this->bd->prepare ($sql);
$values = array (
- microtime(true),
+ $valuesTmp['id'],
substr($valuesTmp['guid'], 0, 760),
substr($valuesTmp['title'], 0, 255),
substr($valuesTmp['author'], 0, 255),