Andrey Gusev : change variable
Module: appdb Branch: master Commit: b00e068c949030a14a3e827632a59ff160ef2dd4 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=b00e068c949030a14a3e82763... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Wed Dec 28 19:02:44 2016 +0200 change variable Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com> --- include/bugs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bugs.php b/include/bugs.php index 7427a31..f8c3f41 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -749,7 +749,7 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds) echo "<td>".$oBuglink->sShort_desc."</td>\n"; echo "<td class=\"text-center\">".$oBuglink->sBug_status."</td>","\n"; echo "<td class=\"text-center\">".$oBuglink->sResolution."</td>","\n"; - echo "<td class=\"text-center\"><a href=\"viewbugs.php?bug_id={$oBuglink->iBug_id}\" class=\"btn btn-default\">View</a></td>\n"; + echo "<td class=\"text-center\"><a href=\"viewbugs.php?iBugId={$oBuglink->iBug_id}\" class=\"btn btn-default\">View</a></td>\n"; if($bCanEdit == true) {
participants (1)
-
Jeremy Newman