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 46b3eb23dbfe1f1a664ac35c1287849abf240e37 (commit)
from 78ea83e29dc1c998056a5aaa8b9862762964678f (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=46b3eb23dbfe1f1a664ac35c1287849abf240e37
commit 46b3eb23dbfe1f1a664ac35c1287849abf240e37
Author: Franck Villaume <[email protected]>
Date: Mon Aug 7 14:52:41 2017 +0000
remove unused param
diff --git a/src/plugins/scmhg/common/HgPlugin.class.php
b/src/plugins/scmhg/common/HgPlugin.class.php
index d3612b5..1ff0641 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -264,10 +264,8 @@ Offer DAV or SSH access.");
$iframesrc =
$protocol.'://'.$box.'/plugins/scmhg/cgi-bin/'.$project->getUnixName().'.cgi';
if ($params['commit']) {
$iframesrc .= '/rev/'.$params['commit'];
- } else {
- $iframesrc .=
'?p='.$project->getUnixName();
}
-
htmlIframe($iframesrc,array('id'=>'scmhg_iframe', 'absolute'=>true));
+ htmlIframe($iframesrc, array('id' =>
'scmhg_iframe', 'absolute' => true));
}
}
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmhg/common/HgPlugin.class.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits