diff --git a/public/user-assets.php b/public/user-assets.php index cced1a3f..c3f52da4 100644 --- a/public/user-assets.php +++ b/public/user-assets.php @@ -7,7 +7,7 @@ $misuzuBypassLockdown = $userAssetsMode === 'avatar'; require_once '../misuzu.php'; -$userId = RequestVar::get()->select('u')->int(); +$userId = RequestVar::get()->select('u')->int(0); $userExists = user_exists($userId); $canViewImages = !$userExists