summaryrefslogtreecommitdiffstats
path: root/web/html/home.php
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2012-08-10 03:15:52 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-08-23 22:47:50 +0200
commitb3393208fb00a00e77a475e8007168f266718ac5 (patch)
tree2e46b704b8e8761f3ff42b983ec07a869d18b15f /web/html/home.php
parent49073b1e82e854e20b0dc48bfcfd2cdfd7aad687 (diff)
downloadaur-b3393208fb00a00e77a475e8007168f266718ac5.tar.gz
aur-b3393208fb00a00e77a475e8007168f266718ac5.tar.xz
Fix broken package search on front page
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/home.php')
-rw-r--r--web/html/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php
index df112b82..8fecfd49 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -91,7 +91,7 @@ $dbh = db_connect();
</div>
<div id="content-right">
<div id="pkgsearch" class="widget">
- <form id="pkgsearch-form" method="get" action="<?php get_uri('/packages/'); ?>">
+ <form id="pkgsearch-form" method="get" action="<?php echo get_uri('/packages/'); ?>">
<fieldset>
<label for="pkgsearch-field">Package Search:</label>
<input type="hidden" name="O" value="0" />