summaryrefslogtreecommitdiffstats
path: root/web/template/account_search_results.php
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2012-09-12 18:03:53 -0400
committerLukas Fleischer <archlinux@cryptocrack.de>2012-09-18 00:59:12 +0200
commit440a66ced0bb8ebe9172f99bc98529645194e0ee (patch)
treee2c4e115cdf20f976b2ac80166f2a68c210a27de /web/template/account_search_results.php
parent5186f83ab7869fd831cbe6db3f7e774dc1132448 (diff)
downloadaurweb-440a66ced0bb8ebe9172f99bc98529645194e0ee.tar.xz
Fix account search page results routing to /account/
Account search page has /account/ in the address bar when it should still be /accounts/. The only time /account/ should be used is on a specific user's page. Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/account_search_results.php')
-rw-r--r--web/template/account_search_results.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/account_search_results.php b/web/template/account_search_results.php
index 61887a3..8719928 100644
--- a/web/template/account_search_results.php
+++ b/web/template/account_search_results.php
@@ -63,7 +63,7 @@ else:
<table class="results">
<tr>
<td align="left">
- <form action="<?php echo get_uri('/account/'); ?>" method="post">
+ <form action="<?php echo get_uri('/accounts/'); ?>" method="post">
<fieldset>
<input type="hidden" name="Action" value="SearchAccounts" />
<input type="hidden" name="O" value="<?php echo ($OFFSET-$HITS_PER_PAGE) ?>" />
@@ -78,7 +78,7 @@ else:
</form>
</td>
<td align="right">
- <form action="<?php echo get_uri('/account/'); ?>" method="post">
+ <form action="<?php echo get_uri('/accounts/'); ?>" method="post">
<fieldset>
<input type="hidden" name="Action" value="SearchAccounts" />
<input type="hidden" name="O" value="<?php echo ($OFFSET+$HITS_PER_PAGE) ?>" />