1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Issue #2788 - Shortcode parsing in Download Denied Message.

This commit is contained in:
Cameron 2017-09-19 13:28:56 -07:00
parent cec388d915
commit 80d69c4293

View File

@ -989,7 +989,7 @@ class download
case 1 : // No permissions
if (strlen($pref['download_denied']) > 0)
{
$errmsg = $tp->toHTML($pref['download_denied'],true);
$errmsg = $tp->toHTML($pref['download_denied'],true, 'DESCRIPTION');
}
else
{