if ($backUpdateForm) { | if ($backUpdateForm) { | ||||
return $this->redirect([$this->getControllerUrl() . '/update', 'id' => $id]); | return $this->redirect([$this->getControllerUrl() . '/update', 'id' => $id]); | ||||
} else { | } else { | ||||
return $this->redirect([$this->getControllerUrl() . '/index']); | |||||
return $this->redirectReferer(); | |||||
} | } | ||||
} | } | ||||