diff --git a/app/Controller/EventsController.php b/app/Controller/EventsController.php index 2bb9a4af7..7acce0b74 100755 --- a/app/Controller/EventsController.php +++ b/app/Controller/EventsController.php @@ -746,7 +746,7 @@ class EventsController extends AppController { //} $this->Session->setFlash(__('Event deleted')); - $this->redirect(array('action' => 'index')); + $this->redirect($this->referer(array('action' => 'index'))); } $this->Session->setFlash(__('Event was not deleted')); $this->redirect(array('action' => 'index'));