Skip to main content
Sign in
Snippets Groups Projects
Commit 33735a38 authored by elvanowen's avatar elvanowen
Browse files

Everything

parent ac44e419
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -170,7 +170,7 @@ class IndexController extends ControllerBase ...@@ -170,7 +170,7 @@ class IndexController extends ControllerBase
// ->addMessage($result) // ->addMessage($result)
// ->showMessage(); // ->showMessage();
return $this->response->redirect("look/n/" + $this->session->nip + "/y/" . date("Y") . "/m/" . date("m")); $this->response->redirect("look/n/" . $this->session->nip . "/y/" . date("Y") . "/m/" . date("m"));
} }
public function notFoundAction(){ public function notFoundAction(){
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment