Skip to content

Commit

Permalink
Fix error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Apr 20, 2021
1 parent 51db7b4 commit 9a54416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/libraries/NDB_BVL_Instrument.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
$timepoint = \Timepoint::singleton(new SessionID($sessionID));

// create an instrument status object
$status = new \NDB_BVL_InstrumentStatus;
$status = new \NDB_BVL_InstrumentStatus($this->loris);
$status->select($this->commentID);

// freeze the form to prevent data entry
Expand Down

0 comments on commit 9a54416

Please sign in to comment.