diff options
Diffstat (limited to 'admin/templates/users.php')
-rw-r--r-- | admin/templates/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/templates/users.php b/admin/templates/users.php index 147db7c7aa4..6fc3e643010 100644 --- a/admin/templates/users.php +++ b/admin/templates/users.php @@ -33,7 +33,7 @@ <td x-use="username"><span x-use="usernamediv"><?php echo $user["name"]; ?></span></td> <td x-use="usergroups"><div x-use="usergroupsdiv"><?php if( $user["groups"] ){ echo $user["groups"]; }else{echo " ";} ?></div></td> <td> - <?php if($user['name']!=OC_USER::getUser()):?> + <?php if($user['name']!=OC_User::getUser()):?> <a class="removeuserbutton" href=""><?php echo $l->t( 'remove' ); ?></a> <?php endif;?> </td> |