diff options
| author | 2014-09-17 21:17:55 +0200 | |
|---|---|---|
| committer | 2014-09-17 21:17:55 +0200 | |
| commit | fc86d14ade745ca65f8ec8e6eaa0fb4c817961a2 (patch) | |
| tree | bdcb69fc0ca3a471afa4007648e7c7e3a2e74791 /app/Models/FeedDAO.php | |
| parent | fc7d2a0bf271e43a9e6001dccef61ec0762eb840 (diff) | |
Bug purge
https://github.com/marienfressinaud/FreshRSS/issues/493
Diffstat (limited to 'app/Models/FeedDAO.php')
| -rw-r--r-- | app/Models/FeedDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/FeedDAO.php b/app/Models/FeedDAO.php index 756b1f008..b89ae2045 100644 --- a/app/Models/FeedDAO.php +++ b/app/Models/FeedDAO.php @@ -331,7 +331,7 @@ class FreshRSS_FeedDAO extends Minz_ModelPdo { $id_max = intval($date_min) . '000000'; $stm->bindParam(':id_feed', $id, PDO::PARAM_INT); - $stm->bindParam(':id_max', $id_max, PDO::PARAM_INT); + $stm->bindParam(':id_max', $id_max, PDO::PARAM_STR); $stm->bindParam(':keep', $keep, PDO::PARAM_INT); if ($stm && $stm->execute()) { |
