mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
Fix several warnings and errors
This commit is contained in:
parent
d6ff89d7b4
commit
dc065eed42
3 changed files with 8 additions and 4 deletions
|
@ -190,7 +190,8 @@ class User
|
|||
`user`.`page-flags`,
|
||||
`user`.`account-type`,
|
||||
`user`.`prvnets`,
|
||||
`user`.`account_removed`
|
||||
`user`.`account_removed`,
|
||||
`user`.`hidewall`
|
||||
FROM `contact`
|
||||
INNER JOIN `user`
|
||||
ON `user`.`uid` = `contact`.`uid`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue