Skip to content

Commit 50d2059

Browse files
committed
#1115 remove outdated TODO
1 parent fccc27c commit 50d2059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/solrsearch/controllers/BrowseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function indexAction()
5757
$this->view->showSeriesBrowsing = $this->seriesUtil->hasDisplayableSeries();
5858

5959
$config = $this->getConfig();
60-
// TODO there are no unit tests for showing/hiding the following sections
60+
6161
if (isset($config->browsing->showLatestDocuments)) {
6262
$this->view->showLatestDocuments = filter_var($config->browsing->showLatestDocuments, FILTER_VALIDATE_BOOLEAN);
6363
}

0 commit comments

Comments
 (0)