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, 6.1 has been updated
       via  efbe0442fa75226fddbc4ecc09c94783166f24c5 (commit)
      from  f2381f9eefb40d15733ba4ff3b1ab537ab3763ab (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=efbe0442fa75226fddbc4ecc09c94783166f24c5

commit efbe0442fa75226fddbc4ecc09c94783166f24c5
Author: Franck Villaume <[email protected]>
Date:   Thu Jul 5 08:43:27 2018 +0000

    disable pageview report. missing backend

diff --git a/src/common/reporting/report_utils.php 
b/src/common/reporting/report_utils.php
index fb9aedb..4006d5b 100644
--- a/src/common/reporting/report_utils.php
+++ b/src/common/reporting/report_utils.php
@@ -118,7 +118,7 @@ function report_area_box($name='area', $selected='1', 
$Group=false) {
                $use_docman = $Group->usesDocman();
                $use_pm = $Group->usesPM();
                $use_frs = $Group->usesFRS();
-               $use_pageviews = true;
+               $use_pageviews = false;
        } else {
                $use_tracker = forge_get_config('use_tracker');
                $use_forum = forge_get_config('use_forum');

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

Summary of changes:
 src/common/reporting/report_utils.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to