fix
This commit is contained in:
@@ -1056,7 +1056,8 @@ class Member extends Users_Controller {
|
||||
$message_id = trim($this->input->get('message_id'));
|
||||
$job_id = trim($this->input->get('job_id'));
|
||||
if ($message_id > 0 && $job_id !=''){
|
||||
echo '.....';
|
||||
$answer_string = $this->load->view('users/sections/mgs_reply', '', TRUE);
|
||||
echo $answer_string;
|
||||
}
|
||||
}
|
||||
public function messagedetail() {
|
||||
|
||||
Reference in New Issue
Block a user