//
This commit is contained in:
parent
21275d68f9
commit
6fabf2040e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue