From f42ca18cdeaa063b8bb26876d05ef8fc26cafcf6 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 16 Mar 2026 16:12:23 +0100 Subject: [PATCH] we can omit this message here. a little bit too much red warnings --- application/controllers/Dashboard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/Dashboard.php b/application/controllers/Dashboard.php index a7a04fd89..c16f61060 100644 --- a/application/controllers/Dashboard.php +++ b/application/controllers/Dashboard.php @@ -7,7 +7,6 @@ class Dashboard extends CI_Controller { $this->load->model('user_model'); if (!$this->user_model->authorize(2)) { - $this->session->set_flashdata('error', __("You're not allowed to do that!")); redirect('user/login'); } }