1
0
Fork 0

youtube redirect fixes

This commit is contained in:
Friendika 2011-08-30 23:09:39 -07:00
commit f0c3a75ff3
3 changed files with 5 additions and 5 deletions

View file

@ -80,8 +80,6 @@ function localize_item(&$item){
}
// fix bad embeds
$item['body'] = str_replace('http://www.youtube.com/embed/http:','http:',$item['body']);
}