mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
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.
This commit is contained in:
parent
d3880a303b
commit
4b0192c0d0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user