mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14771] Fix tab and language to array
fix tab in phpBB/includes/functions_download.php add language value to array in phpBB/includes/acp/acp_attachments.php PHPBB3-14771
This commit is contained in:
parent
8fab32abd7
commit
a4852c1752
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ class acp_attachments
|
|||
$cat_lang = array(
|
||||
ATTACHMENT_CATEGORY_NONE => $user->lang['NO_FILE_CAT'],
|
||||
ATTACHMENT_CATEGORY_IMAGE => $user->lang['CAT_IMAGES'],
|
||||
ATTACHMENT_CATEGORY_AUDIO => $user->lang['CAT_AUDIO_FILES'],
|
||||
);
|
||||
|
||||
$group_id = $request->variable('g', 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue