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  babfe2fe0d6c2244ac7bdb693cd2268c1389709a (commit)
      from  4dcafc051ae64e3bf93dc83c038473025003c3d5 (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=babfe2fe0d6c2244ac7bdb693cd2268c1389709a

commit babfe2fe0d6c2244ac7bdb693cd2268c1389709a
Author: Franck Villaume <[email protected]>
Date:   Fri Mar 24 15:42:48 2017 +0000

    add missing break

diff --git a/src/common/tracker/actions/effort_units.php 
b/src/common/tracker/actions/effort_units.php
index 1361450..6f0bedb 100644
--- a/src/common/tracker/actions/effort_units.php
+++ b/src/common/tracker/actions/effort_units.php
@@ -132,6 +132,7 @@ switch (getStringFromRequest('function','')) {
        case 'update_set':
                update_set($effortUnitSet);
                show_units($effortUnitSet);
+               break;
        default:
                show_units($effortUnitSet);
 }

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to