This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  61211a3289a13e420eac35a34c11ac60312f0b2c (commit)
      from  73d142dbe4b4a17b28b85ef951d2f605b8ff58fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=61211a3289a13e420eac35a34c11ac60312f0b2c

commit 61211a3289a13e420eac35a34c11ac60312f0b2c
Author: Franck Villaume <[email protected]>
Date:   Mon Dec 26 02:23:15 2016 +0100

    fix canned response

diff --git a/src/common/tracker/actions/tracker.php 
b/src/common/tracker/actions/tracker.php
index ca92273..4566fa3 100644
--- a/src/common/tracker/actions/tracker.php
+++ b/src/common/tracker/actions/tracker.php
@@ -241,7 +241,7 @@ switch (getStringFromRequest('func')) {
                $resolution_id = getIntFromRequest('resolution_id');
                $assigned_to = getStringFromRequest('assigned_to');
                $summary = getStringFromRequest('summary');
-               $canned_response = getStringFromRequest('canned_response');
+               $canned_response = 
getStringFromRequest('tracker-canned_response');
                $details = getStringFromRequest('details');
                $description = getStringFromRequest('description');
                $new_artifact_type_id = 
getIntFromRequest('new_artifact_type_id');

-----------------------------------------------------------------------

Summary of changes:
 src/common/tracker/actions/tracker.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to