diff options
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 1 |
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) { |
