mirror of
https://github.com/typecho/typecho.git
synced 2025-03-14 15:09:41 +01:00
fix typo.
This commit is contained in:
parent
76c7eb757b
commit
10593d8172
@ -276,7 +276,7 @@ class Widget_Users_Edit extends Widget_Abstract_Users implements Widget_Interfac
|
||||
$deleteCount = 0;
|
||||
|
||||
foreach ($users as $user) {
|
||||
if ($masterUserId == $user || $user == $this->user->id) {
|
||||
if ($masterUserId == $user || $user == $this->user->uid) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user