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  2b7468b4f4cd7a70697a07a459f3c47e2abe7ebe (commit)
      from  4faae63f5c7cf1fc68db15ef46bc03c98d53266d (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=2b7468b4f4cd7a70697a07a459f3c47e2abe7ebe

commit 2b7468b4f4cd7a70697a07a459f3c47e2abe7ebe
Author: Franck Villaume <[email protected]>
Date:   Sun Sep 17 18:02:06 2017 +0200

    add missing global

diff --git a/src/plugins/scmhg/common/HgPlugin.class.php 
b/src/plugins/scmhg/common/HgPlugin.class.php
index 5daedbe..b3127c3 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -84,6 +84,7 @@ Offer DAV or SSH access.");
        }
 
        function getInstructionsForRW($project) {
+               global $HTML;
                $repo_list = $this->getRepositories($project);
 
                $b = '';

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

Summary of changes:
 src/plugins/scmhg/common/HgPlugin.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

Reply via email to