[Fusionforge-commits] FusionForge branch master updated. 6.0.4-979-gb510cc0

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue Oct 4 09:09:01 CEST 2016


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  b510cc07923a2d7817983622c5545e3c2211d91c (commit)
      from  b3f937a1bf3d5c696b21d72e2030c0b760852dc3 (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=b510cc07923a2d7817983622c5545e3c2211d91c

commit b510cc07923a2d7817983622c5545e3c2211d91c
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Oct 4 09:08:54 2016 +0200

    remove useless constructor

diff --git a/src/common/include/Stats.class.php b/src/common/include/Stats.class.php
index 1e545bc..e37f996 100644
--- a/src/common/include/Stats.class.php
+++ b/src/common/include/Stats.class.php
@@ -26,10 +26,6 @@
 
 class Stats extends FFError {
 
-	function __construct() {
-		parent::__construct();
-	}
-
 	/**
 	 * Returns a resultset consisting of the month, day, total_users, pageviews, and sessions
 	 * from the stats_site tables

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

Summary of changes:
 src/common/include/Stats.class.php | 4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list