Skip to content

Commit

Permalink
Removed redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jan 30, 2015
1 parent 0359fb4 commit a139217
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/NasExt/Controls/ItemsPerPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ public function processSubmit(Form $form)

$this->httpResponse->setCookie($this->cookieMask, $value, 0);
$this->onChange($this, $this->getValue());

if (!$this->presenter->isAjax()) {
$this->presenter->redirect('this');
}
}


Expand Down

0 comments on commit a139217

Please sign in to comment.