From 5fce366610d883243695f6eccbf377ff76e43409 Mon Sep 17 00:00:00 2001 From: ridz1208 Date: Thu, 17 Jun 2021 10:44:11 -0400 Subject: [PATCH] typo in function name in instrument class --- php/libraries/NDB_BVL_Instrument.class.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/libraries/NDB_BVL_Instrument.class.inc b/php/libraries/NDB_BVL_Instrument.class.inc index ce3e6e18444..2be6ddf4979 100644 --- a/php/libraries/NDB_BVL_Instrument.class.inc +++ b/php/libraries/NDB_BVL_Instrument.class.inc @@ -636,7 +636,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page // the database $dataEntryCompletionStatus = $this->_determineDataEntryCompletionStatus(); - $this->setDataEntryCompletionStatus( + $this->_setDataEntryCompletionStatus( $dataEntryCompletionStatus ); }