diff --git a/application/controllers/DashboardController.php b/application/controllers/DashboardController.php index 8cc58203f..4558245a8 100644 --- a/application/controllers/DashboardController.php +++ b/application/controllers/DashboardController.php @@ -171,9 +171,6 @@ class DashboardController extends ActionController $action->view->config = $dashboardConfig; $action->render('error'); return false; - } catch (ProgrammingError $e) { - Notification::error($e->getMessage()); - return false; } return false; }); @@ -211,9 +208,6 @@ class DashboardController extends ActionController $action->view->config = $dashboardConfig; $action->render('error'); return false; - } catch (ProgrammingError $e) { - Notification::error($e->getMessage()); - return false; } return false; });