diff options
| author | 2012-10-25 15:42:06 +0200 | |
|---|---|---|
| committer | 2012-10-25 15:42:06 +0200 | |
| commit | d21c1bb13875189ab25f7bce4f05cc3fedaa4904 (patch) | |
| tree | 43bc5ca4c728756ac2fa7ede42b50885ae171300 /app/controllers/entryController.php | |
| parent | e5767a7fae6e1463727987e09f1c592a8a86577b (diff) | |
correction marquage des articles en js
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
1 files changed, 2 insertions, 0 deletions
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'); } } |
