[aur-dev] [PATCH] Fix "File Request" link in package base details
Lukas Fleischer
archlinux at cryptocrack.de
Tue Jul 1 14:25:26 EDT 2014
Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
web/template/pkgbase_details.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/template/pkgbase_details.php b/web/template/pkgbase_details.php
index 1b40b84..2b92152 100644
--- a/web/template/pkgbase_details.php
+++ b/web/template/pkgbase_details.php
@@ -81,7 +81,7 @@ $pkgs = pkgbase_get_pkgnames($base_id);
</form>
</li>
<?php endif; ?>
- <li><a href="<?= get_pkgbase_uri($row['BaseName']) . 'request/'; ?>"><?= __('File Request'); ?></a></li>
+ <li><a href="<?= get_pkgbase_uri($row['Name']) . 'request/'; ?>"><?= __('File Request'); ?></a></li>
<?php if ($atype == "Trusted User" || $atype == "Developer"): ?>
<li><a href="<?= get_pkgbase_uri($row['Name']) . 'delete/'; ?>"><?= __('Delete Package'); ?></a></li>
<li><a href="<?= get_pkgbase_uri($row['Name']) . 'merge/'; ?>"><?= __('Merge Package'); ?></a></li>
--
2.0.1
More information about the aur-dev
mailing list