mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix outdated link in My Statistics pane
Regression introduced in commit c39183c3ee
.
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
d186bcfd89
commit
171e297e5f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='boxSoft'>
|
<td class='boxSoft'>
|
||||||
<span class='f4'><a href="packages.php?SeB=m&outdated&K=<?php echo $username; ?>">
|
<span class='f4'><a href="packages.php?SeB=m&outdated=on&K=<?php echo $username; ?>">
|
||||||
<?php print __("Out of Date"); ?></a></span>
|
<?php print __("Out of Date"); ?></a></span>
|
||||||
</td>
|
</td>
|
||||||
<td class='boxSoft'>
|
<td class='boxSoft'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue