Skip to content

Commit

Permalink
mri violations again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave MacFarlane committed Oct 2, 2024
1 parent 2725c72 commit ab7c5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mri_violations/php/mriviolation.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ class MRIViolation implements \LORIS\Data\DataInstance
if ($this->DBRow['Project'] === null) {
return null;
}
return \ProjectID::singleton($this->DBRow['Project']);
return \ProjectID::singleton(intval($this->DBRow['Project']));
}
}

0 comments on commit ab7c5b5

Please sign in to comment.