Skip to content
Snippets Groups Projects
Commit 5eef3a7c authored by elvanowen's avatar elvanowen
Browse files

Everything

parent 2353f058
No related merge requests found
Pipeline #2743 skipped
...@@ -165,6 +165,7 @@ class IndexController extends ControllerBase ...@@ -165,6 +165,7 @@ class IndexController extends ControllerBase
$debugger = new Debugger($this); $debugger = new Debugger($this);
$debugger $debugger
->stopProgram() ->stopProgram()
->addMessage(array("nip" => $this->session->nip, "rapel" => $this->request->getPost("rapel")))
->addMessage($result) ->addMessage($result)
->showMessage(); ->showMessage();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment