Skip to content

Commit

Permalink
Update php/libraries/NDB_BVL_Instrument.class.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli authored Jan 6, 2021
1 parent 88cc886 commit a6b7651
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 @@ -748,7 +748,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
// instrument table
$user = \NDB_Factory::singleton()->user();
if (! $user instanceof \LORIS\AnonymousUser) {
// Add User Full Name to $values
// Add UserID to $values
$values['UserID'] = $user->getUsername();
}

Expand Down

0 comments on commit a6b7651

Please sign in to comment.