[FIX] project_issue: typo in earlier refactoring
authorOlivier Dony <odo@openerp.com>
Thu, 9 Aug 2012 17:15:39 +0000 (19:15 +0200)
committerOlivier Dony <odo@openerp.com>
Thu, 9 Aug 2012 17:15:39 +0000 (19:15 +0200)
bzr revid: odo@openerp.com-20120809171539-pmz33xfr39h1i8jj

addons/project_issue/project_issue.py

index 7911135..8c2ef11 100644 (file)
@@ -496,7 +496,7 @@ class project_issue(base_stage, osv.osv):
                 key = maps.get(res.group(1).lower())
                 update_vals[key] = res.group(2).lower()
 
                 key = maps.get(res.group(1).lower())
                 update_vals[key] = res.group(2).lower()
 
-        return super(project_issue, self).message_update(cr, uid, ids, update_vals=update_vals, context=context)
+        return super(project_issue, self).message_update(cr, uid, ids, msg, update_vals=update_vals, context=context)
 
     # -------------------------------------------------------
     # OpenChatter methods and notifications
 
     # -------------------------------------------------------
     # OpenChatter methods and notifications