Delete HW-Radio worked only for admins. Fixed that
这个提交包含在:
父节点
22fba830a4
当前提交
8c7e4a9a10
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -202,7 +202,7 @@
|
|||
function delete($id) {
|
||||
// Check Auth
|
||||
$this->load->model('user_model');
|
||||
if(!$this->user_model->authorize(99)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||
if(!$this->user_model->authorize(3)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||
|
||||
$this->load->model('cat');
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用