Fixed an issue.
This commit is contained in:
parent
95610cb3ef
commit
dbb67262e5
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ try {
|
|||
return;
|
||||
}
|
||||
|
||||
if($profileUser->isDeleted()) {
|
||||
http_response_code(404);
|
||||
echo 'User not found.';
|
||||
return;
|
||||
}
|
||||
|
||||
$notices = [];
|
||||
|
||||
$currentUser = User::getCurrent();
|
||||
|
|
Loading…
Add table
Reference in a new issue