From 73fe0eabbe4461ba8c6d24692ca05de0ac93de11 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 14 Sep 2013 19:26:01 +0200 Subject: Fix issue #151 : marquer lus les articles du futur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On peut désormais marquer comme lu les articles parus dans le futur --- app/controllers/entryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers') 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; -- cgit v1.2.3