|
@@ -5784,7 +5784,8 @@ class Exercise
|
|
|
}
|
|
|
|
|
|
$user_info = api_get_user_info(api_get_user_id());
|
|
|
- $url = api_get_path(WEB_CODE_PATH).'exercise/exercise_show.php?'.api_get_cidreq().'&id='.$exe_id.'&action=qualify';
|
|
|
+ $url = api_get_path(WEB_CODE_PATH).'exercise/exercise_show.php?'.
|
|
|
+ api_get_cidreq(true, true, 'qualify').'&id='.$exe_id.'&action=qualify';
|
|
|
|
|
|
if (!empty($sessionId)) {
|
|
|
$addGeneralCoach = true;
|