fabrik icon indicating copy to clipboard operation
fabrik copied to clipboard

replace $controller->getError()

Open trob opened this issue 2 years ago • 1 comments

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 ...

trob avatar Jul 22 '22 17:07 trob

Should probably use try/catch for exceptions.

skurvish avatar Jul 31 '22 17:07 skurvish