Skip to content

Commit

Permalink
Merge pull request #313 from KumbiaPHP/dev
Browse files Browse the repository at this point in the history
Delete limit params in pages controller
  • Loading branch information
joanhey committed May 12, 2020
2 parents 090387e + 48b7258 commit 14316cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion default/app/controllers/pages_controller.php
Expand Up @@ -30,7 +30,6 @@ class PagesController extends AppController
{
protected function before_filter()
{
$this->limit_params = false;
// Si es AJAX enviar solo el view
if (Input::isAjax()) {
View::template(null);
Expand Down

0 comments on commit 14316cc

Please sign in to comment.