mirror of https://github.com/BOINC/boinc.git
Team import bug
Added quotes around team import script path to handle spaces (DBOINCP-59)
This commit is contained in:
parent
3b9c8132d6
commit
362b4fd619
|
@ -661,7 +661,7 @@ function boincimport_teams() {
|
|||
// Save the team type affiliation
|
||||
$tid = $team_type_map[$boincteam->type];
|
||||
|
||||
$memberships_assigned = (int) exec("php {$team_import_script} {$boincteam->id} {$tid} {$input_format}");
|
||||
$memberships_assigned = (int) exec("php '{$team_import_script}' {$boincteam->id} {$tid} {$input_format}");
|
||||
|
||||
// Keep a running tally of things and provide occasional status updates
|
||||
$teams_imported++;
|
||||
|
|
Loading…
Reference in New Issue