Skip to content

Commit

Permalink
Fix bug in manage users page
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPoppe committed Sep 25, 2023
1 parent 4ecccb4 commit 6054f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage-users.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
$fullname_clean = \REDCap::escapeHtml($module->getUserFullname($username));
$email_clean = \REDCap::escapeHtml($user->getEmail());
$role = $module->getUserRole($username);
}
?>
<tr>
<td><?php echo $username_clean; ?></td>
Expand All @@ -148,6 +147,7 @@
</select>
</td>
</tr>
<?php } ?>
</tbody>
</table>
<button class="btn btn-rcpro rcpro-form-button role_select_button" id="role_select_submit" type="submit" disabled>Save Changes</button>
Expand Down

0 comments on commit 6054f1b

Please sign in to comment.