aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-package-version-details.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-30 00:50:08 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-30 00:57:07 +0300
commit665057a9c4bb0d2ea5ca35d81cb1c22244fa7002 (patch)
tree35c9c6f50801a19ab4824647ab8921b9234f6003 /mod/mod-package-version-details.cxx
parent321fa79e78c17bdb1e3e27f6e8b9d019201584a1 (diff)
Support stubs on package and package version details pages
Diffstat (limited to 'mod/mod-package-version-details.cxx')
-rw-r--r--mod/mod-package-version-details.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx
index ccd81c5..b2172ce 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -169,7 +169,7 @@ handle (request& rq, response& rs)
// Repeat version here since it can be cut out in the header.
//
- << TR_VERSION (pkg->version.string ())
+ << TR_VERSION (pkg->version)
<< TR_PRIORITY (pkg->priority)
<< TR_LICENSES (pkg->license_alternatives)