[Fusionforge-commits] FusionForge branch master updated. v6.1-153-g30bea7b

Franck Villaume nerville at libremir.placard.fr.eu.org
Mon Dec 24 19:08:27 CET 2018


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  30bea7b8091e47ec6bd9ab1387c885e56b1e7caa (commit)
      from  efa04e2266976264aab4591633e8d9fc7c1e81d0 (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=30bea7b8091e47ec6bd9ab1387c885e56b1e7caa

commit 30bea7b8091e47ec6bd9ab1387c885e56b1e7caa
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Dec 24 19:08:03 2018 +0100

    missing break in case

diff --git a/src/common/widget/Widget.class.php b/src/common/widget/Widget.class.php
index cdee6e1..8885c95 100644
--- a/src/common/widget/Widget.class.php
+++ b/src/common/widget/Widget.class.php
@@ -324,6 +324,7 @@ require_once $gfcommon.'widget/Widget_UserhomeRss.class.php';
 				break;
 			case 'uhrss';
 				$o = new Widget_UserhomeRss($owner_id);
+				break;
 			default:
 				//$em = EventManager::instance();
 				//$em->processEvent('widget_instance', array('widget' => $widget_name, 'instance' => &$o));

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

Summary of changes:
 src/common/widget/Widget.class.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list