Comment 1 for bug 1412510

Revision history for this message
Dan Garner (dangarner) wrote :

can you try replacing the following line in modules/twitter.module.php ?

Line 829:
$tweetText = preg_replace("@(https?://([-\w\.]+[-\w])+(:\d+)?(/([\w/_\.#-]*(\?\S+)?[^\.\s])?)?)@", '', $tweet->text);

becomes

$tweetText = preg_replace("@(https?://([-\w\.]+[-\w])+(:\d+)?(/([\w/_\.#-]*(\?\S+)?[^\.\s])?)?)@u", '', $tweet->text);