Hi there,
I have an indexAction and I have added a line of code. With the line of code, the index view is not executed. If I take the line out, the view is called.
How can I call the view after adding code to an action. This is probably super-easy so apologies beforehand! :)
public function indexAction()
{
echo $this->flash->output();
}