X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=wcfsetup%2Finstall%2Ffiles%2Flib%2Facp%2Fpage%2FUserListPage.class.php;h=2fef97bcabcf0a7b6f08ad7e888007c466dd23f0;hb=13b11e4c70585510ecf147983a69955fe4590ef9;hp=0592ee48923a0f2a27aa79c3d14ef96dad39ebad;hpb=91f5554f4048c8326895d63680c4b14aa058f8d3;p=GitHub%2FWoltLab%2FWCF.git diff --git a/wcfsetup/install/files/lib/acp/page/UserListPage.class.php b/wcfsetup/install/files/lib/acp/page/UserListPage.class.php index 0592ee4892..2fef97bcab 100755 --- a/wcfsetup/install/files/lib/acp/page/UserListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/UserListPage.class.php @@ -313,7 +313,7 @@ class UserListPage extends SortablePage } // get special columns - foreach ($this->users as $key => $user) { + foreach ($this->users as $user) { foreach ($this->columns as $column) { switch ($column) { case 'email':