mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
parent
ba2e294fe9
commit
13e3cf6c0d
16 changed files with 33 additions and 33 deletions
|
@ -778,7 +778,7 @@ class attach_parent
|
|||
$row = DB()->sql_fetchrow($result);
|
||||
DB()->sql_freeresult($result);
|
||||
|
||||
$allowed_filesize = $row['max_filesize'] ? $row['max_filesize'] : $attach_config['max_filesize'];
|
||||
$allowed_filesize = $row['max_filesize'] ?: $attach_config['max_filesize'];
|
||||
$cat_id = (int) $row['cat_id'];
|
||||
$auth_cache = trim($row['forum_permissions']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue