|
|
@@ -389,7 +389,8 @@ final class FreshRSS_Context {
|
|
|
|
|
|
if (empty(self::$categories)) {
|
|
|
$catDAO = FreshRSS_Factory::createCategoryDao();
|
|
|
- self::$categories = $catDAO->listCategories(true);
|
|
|
+ $details = $type === 'f'; // Load additional feed details in the case of feed view
|
|
|
+ self::$categories = $catDAO->listCategories(true, $details);
|
|
|
}
|
|
|
|
|
|
switch($type) {
|