fix
This commit is contained in:
@@ -1245,13 +1245,13 @@ class Member extends Users_Controller {
|
||||
public function settings() {
|
||||
|
||||
$data = $this->getSessionArray();
|
||||
/* $this->load->view('users/view_header_user', $data);
|
||||
$this->load->view('users/view_settings', $data);
|
||||
$this->load->view('users/view_footer_user', $data);*/
|
||||
|
||||
$this->RenderUserPage('users/view_settings', $data);
|
||||
}
|
||||
|
||||
public function accsettings(){
|
||||
$data = $this->getSessionArray();
|
||||
echo '<span style=\"color: green;\">updated</span>';
|
||||
}
|
||||
private function AgetSessionArray() {
|
||||
$data = $_SESSION['secure_data'];
|
||||
$data['username'] = $_SESSION['username']; // = $this->input->post('username');
|
||||
|
||||
Reference in New Issue
Block a user