Imrpoved avatar handling when storing them/partly use of "micro"

This commit is contained in:
Michael Vogel 2016-06-25 13:56:55 +02:00
parent f8a20a15d3
commit 0b1188b7fe
8 changed files with 43 additions and 24 deletions

View file

@ -428,8 +428,8 @@ function bb_ShareAttributes($share, $simplehtml) {
if (isset($data["name"]))
$author = $data["name"];
if (isset($data["thumb"]))
$avatar = $data["thumb"];
if (isset($data["micro"]))
$avatar = $data["micro"];
$preshare = trim($share[1]);