Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Aug 2, 2013
1 parent 88c68f6 commit 08400d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/controllers/PlugID/checkins.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ protected function create($data)
// add timestamp
$data['created_at'] = date('c');

return $data;

// perform insert
return $this->checkin_model->create($data);
}
Expand Down

1 comment on commit 08400d1

@pietercolpaert
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Watch your indenting
  • "Oops" is not a commit message

Please sign in to comment.