From 4b0192c0d0210c27a284146f4382126825cead1c Mon Sep 17 00:00:00 2001 From: Jimmi08 Date: Sun, 18 May 2014 10:33:50 +0200 Subject: [PATCH] Fix for not listing subcategories download plugin Not listing subcategories when you don't have them on main page (unchecked in preferencies) Found while working on #479. Related with #566. Probably only mistake. --- e107_plugins/download/handlers/download_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/download/handlers/download_class.php b/e107_plugins/download/handlers/download_class.php index 1cc0b0005..46bc75871 100644 --- a/e107_plugins/download/handlers/download_class.php +++ b/e107_plugins/download/handlers/download_class.php @@ -529,7 +529,7 @@ class download $dl_text .= $tp->parseTemplate($DOWNLOAD_CAT_TABLE_END, TRUE, $sc); - // $text = $ns->tablerender($dl_title, $dl_text, 'download-list', true); + $text = $ns->tablerender($dl_title, $dl_text, 'download-list', true); } }// End of subcategory display