We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fb91d commit 92e7d41Copy full SHA for 92e7d41
main/inc/lib/webservices/Rest.php
@@ -4617,7 +4617,7 @@ public function updateSessionFromExtraField($params)
4617
4618
// Get coach ID if we got it as username
4619
if (!empty($params['coach_username'])) {
4620
- $param['id_coach'] = UserManager::get_user_id_from_username($params['coach_username']);
+ $params['id_coach'] = UserManager::get_user_id_from_username($params['coach_username']);
4621
}
4622
// Delegate to existing updateSession() method (mirrors its logic)
4623
$result = $this->updateSession($params);
0 commit comments