Skip to content

Commit

Permalink
Revert TimePoint.class.inc change
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed Jan 18, 2021
1 parent 9244f4f commit eec1134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/libraries/TimePoint.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ class TimePoint implements \LORIS\StudyEntities\AccessibleResource
*/
function getScreeningStatus(): string
{
return $this->_timePointInfo["Screening"] ?? '';
return $this->_timePointInfo["Screening"];
}

/**
Expand Down

0 comments on commit eec1134

Please sign in to comment.