Skip to content

Commit

Permalink
phan
Browse files Browse the repository at this point in the history
  • Loading branch information
regisoc committed Sep 24, 2024
1 parent f696d58 commit 2fe0229
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 @@ -109,7 +109,7 @@ class ViewDetails extends \NDB_Form
if (is_null($pid)) {
return null;
}
return \ProjectID::singleton($pid);
return \ProjectID::singleton(intval($pid));
}

/**
Expand Down

0 comments on commit 2fe0229

Please sign in to comment.