Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanediondev committed Aug 15, 2015
1 parent 23140c8 commit 04c91dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/Fever.php
Expand Up @@ -268,7 +268,7 @@ public function configure() {
}

$data = array();
$data['token'] = $this->readerself_model->get_token('fever', $member_id, false);
$data['token'] = $this->readerself_model->get_token('fever', $this->member->mbr_id, false);

$this->load->library(array('form_validation'));

Expand All @@ -281,7 +281,7 @@ public function configure() {
} else {
$api_key = md5($this->member->mbr_email.':'.$this->input->post('mbr_password'));

$this->readerself_model->set_token('fever', $member_id, $api_key, false);
$this->readerself_model->set_token('fever', $this->member->mbr_id, $api_key, false);

redirect(base_url().'fever/configure');
}
Expand Down

0 comments on commit 04c91dd

Please sign in to comment.