thumb/avatar use headshot

This commit is contained in:
Austin 2021-11-25 02:46:19 -05:00
parent 87b582afe9
commit 6be02dc18d
1 changed files with 1 additions and 1 deletions

View File

@ -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