From 2e2d34d4a67555bc3e1e721983ddf950afae7bfc Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 20 Apr 2017 12:07:49 -0700 Subject: [PATCH] Downloads: Fixes sub-category rendering on older themes. --- e107_plugins/download/handlers/download_class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/download/handlers/download_class.php b/e107_plugins/download/handlers/download_class.php index cadd06a32..038e1e19c 100644 --- a/e107_plugins/download/handlers/download_class.php +++ b/e107_plugins/download/handlers/download_class.php @@ -638,7 +638,8 @@ class download $subText .= $tp->parseTemplate($DOWNLOAD_CAT_TABLE_END, TRUE, $sc); - $dl_text .= $ns->tablerender($dl_title, $subText, 'download-list', true); + // $dl_text .= $ns->tablerender($dl_title, $subText, 'download-list', true); + $dl_text .= $subText; } }// End of subcategory display