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  af8903a1ef97fe335892284d10153696137009fc (commit)
      from  8da9d653543d59ce4df8d6d2275d9e7f4f5cbde7 (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=af8903a1ef97fe335892284d10153696137009fc

commit af8903a1ef97fe335892284d10153696137009fc
Author: Franck Villaume <[email protected]>
Date:   Sun Nov 4 18:53:52 2018 +0100

    add missing break

diff --git a/src/common/widget/Widget.class.php 
b/src/common/widget/Widget.class.php
index 75e1ce3..6c910ff 100644
--- a/src/common/widget/Widget.class.php
+++ b/src/common/widget/Widget.class.php
@@ -363,6 +363,7 @@ require_once 
$gfcommon.'widget/Widget_UserhomeActivity.class.php';
                                break;
                        case WidgetLayoutManager::OWNER_TYPE_USERHOME:
                                $widgets = array('uhpersonalinformation', 
'uhprojectinformation', 'uhpeerratings', 'uhactivity');
+                               break;
                        default:
                                $widgets = array();
                                break;

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

Summary of changes:
 src/common/widget/Widget.class.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