diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-07 17:35:59 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-07 17:35:59 +0100 |
commit | 492a5db229500337308c2e1d9489729cb5aa579b (patch) | |
tree | 62095c5e9e0ee5c5333b165ac8fd0d765525e5fb | |
parent | ebf8f5d16faa4c3b15bb8541ee7764d650a7dbb1 (diff) | |
parent | 80ef14caa844925f5a9498edf80e9f9c48eac1a8 (diff) | |
download | aur-492a5db229500337308c2e1d9489729cb5aa579b.tar.gz aur-492a5db229500337308c2e1d9489729cb5aa579b.tar.xz |
Merge branch 'maint'
-rw-r--r-- | web/template/pkg_details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 359ea3c7..52afba29 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -324,7 +324,7 @@ if (has_credential(CRED_PKGBASE_CHANGE_CATEGORY, array($row["MaintainerUID"]))): <tr> <th><?= __('Votes') . ': ' ?></th> <?php if (has_credential(CRED_PKGBASE_LIST_VOTERS)): ?> - <td><a href="<?= get_pkgbase_uri($row['Name']); ?>voters/"><?= $votes ?></a></td> + <td><a href="<?= get_pkgbase_uri($row['BaseName']); ?>voters/"><?= $votes ?></a></td> <?php else: ?> <td><?= $votes ?></td> <?php endif; ?> |