]> git.mxchange.org Git - friendica.git/commitdiff
Fix field name
authorMichael <heluecht@pirati.ca>
Sat, 24 Jul 2021 13:24:26 +0000 (13:24 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 24 Jul 2021 13:24:26 +0000 (13:24 +0000)
src/Model/User.php

index 78ef3085a6056f37efb6fc9bd60ba89f73d6cfc9..94e41387ba568dd3528e8ef57d9277fce51da1fe 100644 (file)
@@ -1594,7 +1594,7 @@ class User
                        return true;
                }
 
-               if (DBA::exists('manage', ['muid' => $uid])) {
+               if (DBA::exists('manage', ['uid' => $uid])) {
                        return true;
                }