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 8d06b13bc058b2f1969991a5a20ab35e5815e7ff (commit)
from ed43a9271cc6569295b111e9a625c99a056f3bb4 (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=8d06b13bc058b2f1969991a5a20ab35e5815e7ff
commit 8d06b13bc058b2f1969991a5a20ab35e5815e7ff
Author: Franck Villaume <[email protected]>
Date: Sun Mar 20 21:35:29 2016 +0100
missing var
diff --git a/src/common/widget/Widget_HomeStats.class.php
b/src/common/widget/Widget_HomeStats.class.php
index 3628d19..8b4aaf3 100644
--- a/src/common/widget/Widget_HomeStats.class.php
+++ b/src/common/widget/Widget_HomeStats.class.php
@@ -43,6 +43,7 @@ class Widget_HomeStats extends Widget {
$return .= show_highest_ranked_projects();
$return .= $HTML->boxMiddle(_('Recently Registered Projects'),
'Recently_Registered_Projects');
$return .= show_newest_projects();
+ $params['return'] = &$return;
plugin_hook_by_reference("widget_homestats", $params);
return $return;
}
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/Widget_HomeStats.class.php | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits