diff options
author | Friendika <info@friendika.com> | 2011-08-30 23:09:39 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-30 23:09:39 -0700 |
commit | f0c3a75ff38dcd208710fa24596c34290faf110e (patch) | |
tree | dcfe58104b8ccbb0dd7c83ad8199388f99d2383a /include/conversation.php | |
parent | b11a0efff120508a2059afe372f50144dcc8b977 (diff) | |
download | volse-hubzilla-f0c3a75ff38dcd208710fa24596c34290faf110e.tar.gz volse-hubzilla-f0c3a75ff38dcd208710fa24596c34290faf110e.tar.bz2 volse-hubzilla-f0c3a75ff38dcd208710fa24596c34290faf110e.zip |
youtube redirect fixes
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index 3353cb2b7..6b5bf8d7c 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -80,8 +80,6 @@ function localize_item(&$item){ } - // fix bad embeds - $item['body'] = str_replace('http://www.youtube.com/embed/http:','http:',$item['body']); } |