Picture posts for statusnet, picture posts with twitter are working again - and some "fromglus" stuff #146

Merged
annando merged 7 commits from master into master 2013-09-01 12:56:00 +02:00
Showing only changes of commit a3253a3c85 - Show all commits

View file

@ -259,7 +259,7 @@ function fromgplus_handleattachments($item, $displaytext) {
elseif ($images["full"] != "")
$post .= "\n[img]".$images["full"]."[/img]\n";
if (($attachment->displayName != "") AND ($attachment->displayName != $displaytext))
if (($attachment->displayName != "") AND (trim($attachment->displayName) != trim(strip_tags($displaytext))))
$post .= fromgplus_html2bbcode($attachment->displayName)."\n";
break;