thumb/avatar use headshot
This commit is contained in:
parent
87b582afe9
commit
6be02dc18d
|
|
@ -35,7 +35,7 @@ if ($userID | $height | $width)
|
|||
$userhash->bindParam(":i", $userID, PDO::PARAM_INT);
|
||||
$userhash->execute();
|
||||
$userhash = $userhash->fetch(PDO::FETCH_OBJ);
|
||||
$userhash = $userhash->ThumbHash;
|
||||
$userhash = $userhash->HeadshotThumbHash;
|
||||
// ...
|
||||
|
||||
//construct the path
|
||||
|
|
|
|||
Loading…
Reference in New Issue