[aur-dev] [PATCH 7/8] Fix broken package search on front page
canyonknight
canyonknight at gmail.com
Thu Aug 9 21:15:52 EDT 2012
Signed-off-by: canyonknight <canyonknight at gmail.com>
---
web/html/home.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/html/home.php b/web/html/home.php
index df112b8..8fecfd4 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" />
--
1.7.11.4
More information about the aur-dev
mailing list