30
27
if ($this->Event->save($this->data)) {
31
28
$this->Session->write('event_id',$this->Event->id);
29
$this->Session->setFlash(__('The event has been saved', true),'default', array('class'=>'success-message'));
33
30
$this->redirect(array('action' => 'index'));
35
32
$this->Session->setFlash(__('The event could not be saved. Please, try again.', true));