mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
Fix field name
This commit is contained in:
parent
a115f10d62
commit
d56793dd09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue