php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #53246
Patch listpatches.php-fix-patchlink revision 2010-11-05 21:23 UTC by frozenfire at thefrozenfire dot com

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; ?>&amp;patch=<?php echo urlencode($pname); ?>&amp;revision=latest"><?php echo clean($pname); ?></a>
+  	Patch <a href="patch-display.php?bug_id=<?php echo $bug_id; ?>&amp;patch=<?php echo urlencode($pname); ?>&amp;revision=latest"><?php echo clean($pname); ?></a>
   </th>
   <td>
    <?php foreach ($revs as $rev) { ?>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 21:01:33 2024 UTC