Skip to content

Commit

Permalink
projectID singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
regisoc committed Sep 24, 2024
1 parent aee5e8a commit 0b8519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dicom_archive/php/viewdetails.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class ViewDetails extends \NDB_Form
if (is_null($pid)) {
return null;
}
return new \ProjectID($pid);
return \ProjectID::singleton($pid);
}

/**
Expand Down

0 comments on commit 0b8519c

Please sign in to comment.