Skip to content
Snippets Groups Projects
Commit ef59597d authored by Антон Шалимов's avatar Антон Шалимов
Browse files

....

parent 95a9a897
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ class Controller_Handler_Rating extends Controller_Handler {
$SG_json[$this->post->offsetGet('disciplineID')] = $this->post->offsetGet('groupSelected');
Cookie::set('SGID', json_encode($SG_json), '3600');
Cookie::set('SGID', json_encode($SG_json), '2592000');
$data['success'] = true;
}
$this->response->body(json_encode($data));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment