diff options
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index 679a4201f..4c9eb9d1b 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -36,7 +36,7 @@ class entryController extends ActionController { $is_read = Request::param ('is_read'); $get = Request::param ('get'); $nextGet = Request::param ('nextGet', $get); - $dateMax = Request::param ('dateMax', time ()); + $dateMax = Request::param ('dateMax', 0); $is_read = !!$is_read; |
