mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:10:11 +00:00
Fix wrong operators in Model\Item and Model\Contact
This commit is contained in:
parent
25b8628762
commit
3c50a11ff1
2 changed files with 2 additions and 2 deletions
|
@ -2476,7 +2476,7 @@ class Item extends BaseObject
|
|||
$id = 0;
|
||||
|
||||
if ($uid == 0) {
|
||||
$uid == local_user();
|
||||
$uid = local_user();
|
||||
}
|
||||
|
||||
// Does the given user have this item?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue