Revert "Remove gradebook in $_SESSION when cidReset is set - refs BT#12404"

This reverts commit 84fe716f63.
pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent 4c565d4ec3
commit 8783f47a80
  1. 4
      main/inc/local.inc.php

@ -1018,10 +1018,6 @@ if (isset($cidReset) && $cidReset) {
if (api_get_group_id()) {
Session::erase('_gid');
}
if (api_is_in_gradebook()) {
api_remove_in_gradebook();
}
}
} else {
// Continue with the previous values

Loading…
Cancel
Save