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  afceac705f76a3b6bc85f0ca9b93ee2ee2a9b343 (commit)
      from  d7f36662d570332b96ad7ee0f6fb25b632d5047f (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=afceac705f76a3b6bc85f0ca9b93ee2ee2a9b343

commit afceac705f76a3b6bc85f0ca9b93ee2ee2a9b343
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sun Dec 9 18:20:07 2018 +0100

    remove var_dump

diff --git a/src/common/widget/Widget_MyFollowers.class.php 
b/src/common/widget/Widget_MyFollowers.class.php
index d7cf986..733a9df 100644
--- a/src/common/widget/Widget_MyFollowers.class.php
+++ b/src/common/widget/Widget_MyFollowers.class.php
@@ -125,7 +125,6 @@ require_once $gfcommon.'include/MonitorElement.class.php';
                                        $j = 0;
                                        $last_day = 0;
                                        foreach ($results as $arr) {
-                                               var_dump($arr);
                                                if 
(!$ffactivity->check_perm_for_activity($arr, $cached_perms)) {
                                                        continue;
                                                }

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

Summary of changes:
 src/common/widget/Widget_MyFollowers.class.php | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to