issues with private photos - hitting internal size limits
This commit is contained in:
parent
64a7d0b578
commit
59fd70e568
11 changed files with 32 additions and 10 deletions
|
@ -701,6 +701,7 @@ function item_store($arr,$force_parent = false) {
|
|||
$parent_id = 0;
|
||||
$arr['thr-parent'] = $arr['parent-uri'];
|
||||
$arr['parent-uri'] = $arr['uri'];
|
||||
$arr['gravity'] = 0;
|
||||
}
|
||||
else {
|
||||
logger('item_store: item parent was not found - ignoring item');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue