1
0
Fork 0

"last-child" is not used anymore

This commit is contained in:
Michael 2018-01-18 06:54:44 +00:00
commit 034d46196f
18 changed files with 6 additions and 105 deletions

View file

@ -432,8 +432,6 @@ function dfrn_confirm_post(App $a, $handsfree = null)
$arr['object'] .= xmlify('<link rel="photo" type="image/jpeg" href="' . $contact['thumb'] . '" />' . "\n");
$arr['object'] .= '</link></object>' . "\n";
$arr['last-child'] = 1;
$arr['allow_cid'] = $user['allow_cid'];
$arr['allow_gid'] = $user['allow_gid'];
$arr['deny_cid'] = $user['deny_cid'];
@ -696,8 +694,6 @@ function dfrn_confirm_post(App $a, $handsfree = null)
$arr['object'] .= xmlify('<link rel="photo" type="image/jpeg" href="' . $combined['thumb'] . '" />' . "\n");
$arr['object'] .= '</link></object>' . "\n";
$arr['last-child'] = 1;
$arr['allow_cid'] = $user['allow_cid'];
$arr['allow_gid'] = $user['allow_gid'];
$arr['deny_cid'] = $user['deny_cid'];