Skip to content

Commit e9655ad

Browse files
committed
Remove local edit to PGalias.pm incorrectly included in earlier commit
1 parent 64d32e7 commit e9655ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PGalias.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sub new {
4545
# caller to pass in a problemUUID that will provide the required uniqueness. That could include a course name, a
4646
# student login name, etc.
4747
$self->{unique_id_stub} = create_uuid_as_string(UUID_V3, UUID_NS_URL,
48-
join('-', $envir->{psvn} // (), $envir->{problemSeed} // (), $envir->{problemUUID} // ()));
48+
join('-', $envir->{psvn} // (), $envir->{problemSeed}, $envir->{problemUUID} // ()));
4949

5050
# Check the parameters.
5151
$self->warning_message('The displayMode is not defined') unless $self->{displayMode};

0 commit comments

Comments
 (0)