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, 6.0 has been updated
       via  9bfb9fc7b372fed5452271195fbf6c566c2a7024 (commit)
      from  47adf660c081b4f08df98bfddc40789f64f7e2b4 (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 -----------------------------------------------------------------
commit 9bfb9fc7b372fed5452271195fbf6c566c2a7024
Author: Sylvain Beucler <[email protected]>
Date:   Thu May 7 18:07:27 2015 +0200

    taskboard: fix syntax error

diff --git a/src/plugins/taskboard/www/index.php 
b/src/plugins/taskboard/www/index.php
index 1ad50b1..51a7c92 100644
--- a/src/plugins/taskboard/www/index.php
+++ b/src/plugins/taskboard/www/index.php
@@ -192,7 +192,7 @@ if ($taskboard->getReleaseField()) {
                $used_trackers = $taskboard->getUsedTrackersIds();
                if(count($used_trackers) == 1) {
                        $tracker = 
$taskboard->TrackersAdapter->getTasksTracker($used_trackers[0]);
-                       echo html_e('input', array('type' => 'hidden', 'name' 
=> 'tracker_id', 'id' => 'tracker_id', 'value' => $tracker->getID());
+                       echo html_e('input', array('type' => 'hidden', 'name' 
=> 'tracker_id', 'id' => 'tracker_id', 'value' => $tracker->getID()));
                } else {
                        // select target tracker if more then single trackers 
are configured
                        echo "<div>\n";

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

Summary of changes:
 src/plugins/taskboard/www/index.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