This commit is contained in:
2022-09-18 21:00:31 -04:00
parent decb2a784e
commit f04379495b
3 changed files with 102 additions and 3 deletions
+2 -1
View File
@@ -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() {