diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-03 21:25:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-04 17:19:14 +0300 |
commit | 7dabb6e931740b2777be5dca53c3cec0b984f0fb (patch) | |
tree | e89348003d3161d1a93ef2aa0bd7d293c7e55075 /mod/mod-package-details.cxx | |
parent | bc899becb66e37df6dc93aeca885c68b96e33a1a (diff) |
Print configuration target and classes on build configurations page
Diffstat (limited to 'mod/mod-package-details.cxx')
-rw-r--r-- | mod/mod-package-details.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-details.cxx b/mod/mod-package-details.cxx index df69614..18b2286 100644 --- a/mod/mod-package-details.cxx +++ b/mod/mod-package-details.cxx @@ -75,7 +75,7 @@ handle (request& rq, response& rs) HANDLER_DIAG; - const size_t res_page (options_->search_results ()); + const size_t res_page (options_->search_page_entries ()); const dir_path& root (options_->root ()); params::package_details params; |