Fix field name

This commit is contained in:
Michael 2021-07-24 13:24:26 +00:00
parent a115f10d62
commit d56793dd09

View file

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