mirror of
https://github.com/friendica/friendica
synced 2024-11-18 03:03:41 +00:00
Fix null value for item.parent column
This commit is contained in:
parent
d3708cf1c2
commit
c36ca3cffe
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ function item_post(App $a) {
|
|||
|
||||
$parent_item = null;
|
||||
$toplevel_item = null;
|
||||
$toplevel_item_id = null;
|
||||
$toplevel_item_id = 0;
|
||||
$toplevel_user_id = null;
|
||||
|
||||
$objecttype = null;
|
||||
|
|
Loading…
Reference in a new issue