1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

EONE-34 (Improvement): Forum attachment now shows correct allosed filetypes information

This commit is contained in:
mcfly
2010-03-18 00:46:54 +00:00
parent 6bddf9ef51
commit d31102d768

View File

@@ -94,7 +94,7 @@ define('e_PAGETITLE', LAN_01.' / '.$forumInfo['forum_name'].' / '.($action == 'r
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if($forum->prefs->get('forum_attach'))
if($forum->prefs->get('attach'))
{
global $allowed_filetypes, $max_upload_size;
include_once(e_HANDLER.'upload_handler.php');