1
1
Fork 0

issues with private photos - hitting internal size limits

This commit is contained in:
Friendika 2011-05-04 02:20:44 -07:00
commit 59fd70e568
11 changed files with 32 additions and 10 deletions

View file

@ -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');