Skip to content

Commit

Permalink
typo in function name in instrument class
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Jun 17, 2021
1 parent e0c20ba commit 5fce366
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 @@ -636,7 +636,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
// the database
$dataEntryCompletionStatus
= $this->_determineDataEntryCompletionStatus();
$this->setDataEntryCompletionStatus(
$this->_setDataEntryCompletionStatus(
$dataEntryCompletionStatus
);
}
Expand Down

0 comments on commit 5fce366

Please sign in to comment.