summaryrefslogtreecommitdiff
path: root/app/controllers/entryController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/entryController.php')
-rwxr-xr-xapp/controllers/entryController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php
index a2fec5b3a..e3c4fe165 100755
--- a/app/controllers/entryController.php
+++ b/app/controllers/entryController.php
@@ -9,6 +9,7 @@ class entryController extends ActionController {
);
}
+ $this->params = array ();
$this->redirect = false;
$ajax = Request::param ('ajax');
if ($ajax) {