[Fusionforge-commits] FusionForge branch master updated. v6.1-146-gbd0b135

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Dec 9 18:25:20 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  bd0b135c6c99c439aa715400873ede7e8516e2b0 (commit)
      from  afceac705f76a3b6bc85f0ca9b93ee2ee2a9b343 (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=bd0b135c6c99c439aa715400873ede7e8516e2b0

commit bd0b135c6c99c439aa715400873ede7e8516e2b0
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Dec 9 18:25:02 2018 +0100

    display followers/following on one line

diff --git a/src/common/widget/Widget_MyFollowers.class.php b/src/common/widget/Widget_MyFollowers.class.php
index 733a9df..4c29891 100644
--- a/src/common/widget/Widget_MyFollowers.class.php
+++ b/src/common/widget/Widget_MyFollowers.class.php
@@ -46,10 +46,8 @@ require_once $gfcommon.'include/MonitorElement.class.php';
 		} else {
 			echo $HTML->listTableTop();
 			$cells[][] = _('Following');
-			$cells[][] = _('Followers');
-			echo $HTML->multiTableRow(array(), $cells);
-			$cells = array();
 			$cells[][] = count($followerIds);
+			$cells[][] = _('Followers');
 			$cells[][] = count($monitoredUserIds);
 			echo $HTML->multiTableRow(array(), $cells);
 			echo $HTML->listTableBottom();

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

Summary of changes:
 src/common/widget/Widget_MyFollowers.class.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list