diff options
author | MaZderMind | 2015-04-10 13:48:29 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-10 13:49:24 +0200 |
commit | e7f0dfa9d84a13e3347422b89421213a5adf7995 (patch) | |
tree | 48eefb1ea9a00860461d089384d695a57280457a | |
parent | e277d91cf544d64f70bc989497116c851de7f97a (diff) |
Link to Twitter-Search instead of the Tweet-Intent
Diffstat (limited to '')
-rw-r--r-- | model/Room.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Room.php b/model/Room.php index b3804f1..e282b0b 100644 --- a/model/Room.php +++ b/model/Room.php @@ -91,7 +91,7 @@ class Room extends ModelBase public function getTwitterUrl() { return sprintf( - 'https://twitter.com/intent/tweet?text=%s', + 'https://twitter.com/search?q=%s', rawurlencode($this->getTwitterText()) ); } |