Twitter: Post links with pictures if available

This commit is contained in:
Michael 2016-12-13 08:57:03 +00:00
parent 6eee37e193
commit d48e8bd0a9
1 changed files with 2 additions and 1 deletions

View File

@ -494,7 +494,8 @@ function twitter_post_hook(&$a,&$b) {
if (isset($msgarr["url"]) AND ($msgarr["type"] != "photo"))
$msg .= "\n".$msgarr["url"];
elseif (isset($msgarr["image"]) AND ($msgarr["type"] != "video"))
if (isset($msgarr["image"]) AND ($msgarr["type"] != "video"))
$image = $msgarr["image"];
// and now tweet it :-)