1
0
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:
Cameron
2021-12-02 10:22:52 -08:00
parent e4984a6e39
commit d9d606f615
2 changed files with 4 additions and 4 deletions

View File

@@ -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
{