aboutsummaryrefslogtreecommitdiff
path: root/app/Models/EntryDAO.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-03-02 20:27:15 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-03-02 20:27:15 -0500
commitfe24636e0416df4bb3507a0ac8cfe7e27d5b4c90 (patch)
treeed855cbbb1d21ae6aa5a98421ef524b10ebf3e2c /app/Models/EntryDAO.php
parentcdd653ce5305f043ee1db970c25303676c9f35c0 (diff)
Add missing white space
Diffstat (limited to 'app/Models/EntryDAO.php')
-rw-r--r--app/Models/EntryDAO.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php
index d2a8e0fd9..cf75a02c9 100644
--- a/app/Models/EntryDAO.php
+++ b/app/Models/EntryDAO.php
@@ -459,7 +459,7 @@ class FreshRSS_EntryDAO extends Minz_ModelPdo {
$values[] = "{$filter->getMinDate()}000000";
}
if ($filter->getMaxDate()) {
- $search .= 'AND e1.id <= ?';
+ $search .= 'AND e1.id <= ? ';
$values[] = "{$filter->getMaxDate()}000000";
}
if ($filter->getMinPubdate()) {