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.1 has been updated
via bcf5bb49d98d0a017295ad9f7ca2aa2d653dbbb4 (commit)
from c300a3e81c71ce0e80371fe7e137983e4b5269b5 (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=bcf5bb49d98d0a017295ad9f7ca2aa2d653dbbb4
commit bcf5bb49d98d0a017295ad9f7ca2aa2d653dbbb4
Author: Franck Villaume <[email protected]>
Date: Tue Feb 13 21:59:56 2018 +0000
use PHP syntax
diff --git a/src/plugins/scmgit/common/GitPlugin.class.php
b/src/plugins/scmgit/common/GitPlugin.class.php
index 072013a..006fbfc 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -278,7 +278,7 @@ control over it to the project's administrator.");
}
function printBrowserPage($params) {
- if ($params['scm_plugin'] != $this-name) {
+ if ($params['scm_plugin'] != $this->name) {
return;
}
global $HTML;
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmgit/common/GitPlugin.class.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