Fix field name
This commit is contained in:
parent
a115f10d62
commit
d56793dd09
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue