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, Branch_5_3 has been updated
       via  37a24b39ef023b069fa9e20706066f777e815b02 (commit)
      from  e3b9742360e2854faf19de0abe5f42a597dff967 (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=37a24b39ef023b069fa9e20706066f777e815b02

commit 37a24b39ef023b069fa9e20706066f777e815b02
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 31 12:46:53 2015 +0200

    plugin Wiki: fix wrong var : group_id -> group

diff --git a/src/plugins/wiki/common/WikiPlugin.class.php 
b/src/plugins/wiki/common/WikiPlugin.class.php
index c157ad5..c69d334 100644
--- a/src/plugins/wiki/common/WikiPlugin.class.php
+++ b/src/plugins/wiki/common/WikiPlugin.class.php
@@ -136,7 +136,7 @@ class FusionForgeWikiPlugin extends Plugin {
                                echo '</div>';
                        }
                } elseif ($hookname == 'activity') {
-                       $group = group_get_object($params['group_id']);
+                       $group = group_get_object($params['group']);
                        if (!$group || !is_object($group)) {
                                return;
                        }
@@ -202,7 +202,7 @@ class FusionForgeWikiPlugin extends Plugin {
                                        }
                                }
                        }
-               }               
+               }
        }
 
        function site_admin_option_hook($params) {

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

Summary of changes:
 src/plugins/wiki/common/WikiPlugin.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to