summaryrefslogtreecommitdiffstats
path: root/smarty
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-30 20:14:53 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-30 20:14:53 +0200
commit9400a0ef41ebcc433ddc5da4dea8673d691114a0 (patch)
tree71282783423d8223da2e2647683662d576be64e8 /smarty
parentdd2fc2afc06fc94aaaafef2eaa614e7e60c87f60 (diff)
Type was not passed wheile selecting an owner
Diffstat (limited to 'smarty')
-rw-r--r--smarty/templates/rpmphp/rpm.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/rpm.tpl b/smarty/templates/rpmphp/rpm.tpl
index 32af685..535bfea 100644
--- a/smarty/templates/rpmphp/rpm.tpl
+++ b/smarty/templates/rpmphp/rpm.tpl
@@ -72,7 +72,7 @@
</td>
<td>
{foreach from=$p.owners item=owner name=ow_it}
- <a href="?what={$owner}">{$owner}</a>
+ <a href="?type={$type}&amp;what={$owner}">{$owner}</a>
{if not $smarty.foreach.ow_it.last}
<br/>
{/if}