mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Fixes #4583 - filetype values missing from forum attachment tooltip message.
This commit is contained in:
@@ -2380,7 +2380,7 @@ class e107forum
|
||||
|
||||
$FORUM_CRUMB['fieldlist'] = 'sitename,forums,parent,subparent,forum,thread';
|
||||
|
||||
$BREADCRUMB = $tp->parseTemplate('{BREADCRUMB=FORUM_CRUMB}', true);
|
||||
$BREADCRUMB = $tp->parseTemplate('{BREADCRUMB=FORUM_CRUMB}', false); // must stay as 'false' to prevent sending to theme shortcodes.
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user