mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
parent
13e3cf6c0d
commit
64df3c5538
8 changed files with 47 additions and 47 deletions
|
@ -82,7 +82,7 @@ if ($submit && $mode == 'user') {
|
|||
$group_id = create_user_group($user_id);
|
||||
}
|
||||
|
||||
if (!$group_id || !$user_id || is_null($this_user_level)) {
|
||||
if (!$group_id || !$user_id || null === $this_user_level) {
|
||||
trigger_error('data missing', E_USER_ERROR);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue