Alexander Nicolaysen Sørnes : bug: Fix email text when processing links from version pages

Alexander Nicolaysen Sørnes asornes at winehq.org
Sun Mar 14 11:48:19 CDT 2010


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

Author: Alexander Nicolaysen Sørnes <alexander at 227.(none)>
Date:   Sat Mar 13 00:18:05 2010 +0100

bug: Fix email text when processing links from version pages

---

 include/bugs.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/bugs.php b/include/bugs.php
index b07a3ca..c2447bb 100644
--- a/include/bugs.php
+++ b/include/bugs.php
@@ -691,7 +691,8 @@ class Bug
 
     function getOutputEditorValues($aClean)
     {
-        $this->iBug_id = $aClean['iBuglinkId'];
+        if(getInput('iBuglinkId', $aClean))
+            $this->iBug_id = $aClean['iBuglinkId'];
 
         if($aClean['iVersionId'])
             $this->iVersionId = $aClean['iVersionId'];




More information about the wine-cvs mailing list