Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Fix syntax error in readme #54

Merged
merged 1 commit into from
Jun 17, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class UsersController extends AppController {
$data = [
'username' => $this->request->data('username'),
'password' => $this->request->data('password')
);
];
$this->Cookie->write('RememberMe', $data, true, '+1 week');
return true;
}
Expand Down