mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Merge pull request #573 from Jimmi08/download-subcategories
Fix for not listing subcategories download plugin
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user