mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Separate table ids
This commit is contained in:
@@ -474,6 +474,7 @@ class Awards extends CI_Controller {
|
||||
if (!empty($qsltype)) {
|
||||
$data['filter'] .= __(" and ").implode('/', $qsltype);
|
||||
}
|
||||
$data['ispopup'] = true;
|
||||
$this->load->view('awards/details', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user