Fix field name

This commit is contained in:
Michael 2021-07-24 13:24:26 +00:00
parent a115f10d62
commit d56793dd09
1 changed files with 1 additions and 1 deletions

View File

@ -1594,7 +1594,7 @@ class User
return true;
}
if (DBA::exists('manage', ['muid' => $uid])) {
if (DBA::exists('manage', ['uid' => $uid])) {
return true;
}