diff options
-rw-r--r-- | web/template/stats/user_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index 05158689..36a6b10c 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -19,7 +19,7 @@ <tr> <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> </td> <td class='boxSoft'> |