Skip to content

Commit a6b7651

Browse files
authored
Update php/libraries/NDB_BVL_Instrument.class.inc
1 parent 88cc886 commit a6b7651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/libraries/NDB_BVL_Instrument.class.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
748748
// instrument table
749749
$user = \NDB_Factory::singleton()->user();
750750
if (! $user instanceof \LORIS\AnonymousUser) {
751-
// Add User Full Name to $values
751+
// Add UserID to $values
752752
$values['UserID'] = $user->getUsername();
753753
}
754754

0 commit comments

Comments
 (0)