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.0 has been updated
       via  a98c95254f19ec3073dca085d639c1745c245405 (commit)
      from  81d5f1516d18c3a1f17dff1803937e7a5a34a9c7 (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 -----------------------------------------------------------------
commit a98c95254f19ec3073dca085d639c1745c245405
Author: Sylvain Beucler <[email protected]>
Date:   Thu Apr 30 13:46:52 2015 +0200

    db: really fix include path

diff --git a/src/cronjobs/db/site_stats.php b/src/cronjobs/db/site_stats.php
index fa44b24..2e7648e 100755
--- a/src/cronjobs/db/site_stats.php
+++ b/src/cronjobs/db/site_stats.php
@@ -123,7 +123,7 @@ $err .= db_error();
 //     populate stats_site table
 //
 $err .= "\n\nBeginning stats_site ".date('Ymd H:i:s',time());
-include 'cronjobs/stats_site.inc';
+include 'cronjobs/db/stats_site.inc';
 site_stats_day($year,$month,$day);
 
 //

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

Summary of changes:
 src/cronjobs/db/site_stats.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