aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/entryController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/entryController.php')
-rwxr-xr-xapp/controllers/entryController.php2
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');
}
}