Twitter search server has changed domain name (thanks mrvdb)

This commit is contained in:
Mikael Nordfeldth 2013-12-04 13:43:04 +01:00
parent 09e06bbc19
commit b09b968f96
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class TwitterImport
static function tagLink($tag, $orig)
{
return "<a href='https://search.twitter.com/search?q=%23{$tag}' class='hashtag'>{$orig}</a>";
return "<a href='https://twitter.com/search?q=%23{$tag}' class='hashtag'>{$orig}</a>";
}
static function atLink($screenName, $fullName, $orig)