Patch listpatches.php-fix-patchlink for Website problem Bug #53246
Patch version 2010-11-05 21:23 UTC
Return to Bug #53246 |
Download this patch
Patch Revisions:
Developer: frozenfire@thefrozenfire.com
Index: listpatches.php
===================================================================
--- listpatches.php (revision 305109)
+++ listpatches.php (working copy)
@@ -12,7 +12,7 @@
<?php foreach ($patches as $pname => $revs) { ?>
<tr>
<th class="details">
- Patch <a href="?bug_id=<?php echo $bug_id; ?>&patch=<?php echo urlencode($pname); ?>&revision=latest"><?php echo clean($pname); ?></a>
+ Patch <a href="patch-display.php?bug_id=<?php echo $bug_id; ?>&patch=<?php echo urlencode($pname); ?>&revision=latest"><?php echo clean($pname); ?></a>
</th>
<td>
<?php foreach ($revs as $rev) { ?>
|