fix function name
This commit is contained in:
parent
cf5f1b68df
commit
cf7d337c9d
@ -191,7 +191,7 @@ final class UserController
|
||||
$O_user = UserModel::getByID($A_urlParams[0]);
|
||||
|
||||
if (isset($O_user)) {
|
||||
$S_pfp = $O_user->getProfilePic();
|
||||
$S_pfp = $O_user->queryProfilePic();
|
||||
if($S_pfp !== null) {
|
||||
header("Content-Type: image");
|
||||
echo $S_pfp;
|
||||
|
Loading…
Reference in New Issue
Block a user