fix bad embeds

This commit is contained in:
Friendika
2011-08-26 15:21:21 -07:00
parent 506853adcd
commit 144f241c5d
2 changed files with 4 additions and 1 deletions

View File

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