Andrey Gusev : change variable

Jeremy Newman jnewman at winehq.org
Fri Dec 30 08:51:29 CST 2016


Module: appdb
Branch: master
Commit: b00e068c949030a14a3e827632a59ff160ef2dd4
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=b00e068c949030a14a3e827632a59ff160ef2dd4

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Wed Dec 28 19:02:44 2016 +0200

change variable

Signed-off-by: Jeremy Newman <jnewman at 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)
             {




More information about the wine-cvs mailing list