mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Update functions.php
This commit is contained in:
parent
10d869ae0b
commit
b766af59ac
1 changed files with 0 additions and 4 deletions
|
@ -303,10 +303,6 @@ function auth($type, $forum_id, $ug_data, array $f_access = [], $group_perm = UG
|
|||
$f_access = [$f_access['forum_id'] => $f_access];
|
||||
}
|
||||
|
||||
if (empty($f_access)) {
|
||||
trigger_error(__FUNCTION__ . '(): empty $f_access', E_USER_ERROR);
|
||||
}
|
||||
|
||||
//
|
||||
// Get user or group permissions
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue