From 35048819ff34f11bec841665ebd915f8d24ec6bf Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 13 Feb 2014 23:07:51 +0100 Subject: [PATCH] API: Retweets with Twidere now work again. --- include/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/api.php b/include/api.php index 0e638779b..b9187ca3a 100644 --- a/include/api.php +++ b/include/api.php @@ -1623,7 +1623,7 @@ $include_entities = strtolower(x($_REQUEST,'include_entities')?$_REQUEST['include_entities']:"false"); if ($include_entities != "true") - return false; + return array(); // Change pure links in text to bbcode uris $bbcode = preg_replace("/([^\]\='".'"'."]|^)(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\_\~\#\%\$\!\+\,]+)/ism", '$1[url=$2]$2[/url]', $bbcode);