From d21c1bb13875189ab25f7bce4f05cc3fedaa4904 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 25 Oct 2012 15:42:06 +0200 Subject: correction marquage des articles en js --- app/controllers/entryController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/controllers/entryController.php') diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index f9275593f..3d9734ca9 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -11,6 +11,8 @@ class entryController extends ActionController { $ajax = Request::param ('ajax'); if (!$ajax) { Request::forward (array (), true); + } else { + Request::_param ('ajax'); } } -- cgit v1.2.3