revised openid patch, added fix for Windows servers, make "is now friends with" commentable, fix settings form hook to be inside form

This commit is contained in:
Friendika 2010-12-23 14:40:32 -08:00
parent 68868fd74b
commit c55cb45855
7 changed files with 27 additions and 41 deletions

View file

@ -432,6 +432,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
$arr['object'] .= '<link>' . xmlify('<link rel="alternate" type="text/html" href="' . $contact['url'] . '" />' . "\n");
$arr['object'] .= xmlify('<link rel="photo" type="image/jpeg" href="' . $contact['thumb'] . '" />' . "\n");
$arr['object'] .= '</link></object>' . "\n";
$arr['last-child'] = 1;
$i = item_store($arr);