fabrik
fabrik copied to clipboard
replace $controller->getError()
Just for not to forget ` // Display the view
-
$view->error = $controller->getError();`
We skip this at several places because it's not longer working, it should better be replaced with ...
Should probably use try/catch for exceptions.