[Fusionforge-commits] FusionForge branch master updated. 069d205a0243c006142d08f4e7d9642b1a875bba

Roland Mas lolando at fusionforge.org
Fri Dec 12 16:28:01 CET 2014


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  069d205a0243c006142d08f4e7d9642b1a875bba (commit)
      from  d4a04727092182ae58fae652c1c403fa43903a20 (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 -----------------------------------------------------------------
commit 069d205a0243c006142d08f4e7d9642b1a875bba
Author: Roland Mas <lolando at debian.org>
Date:   Fri Dec 12 16:27:52 2014 +0100

    Fixed iframe name

diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php b/src/plugins/scmsvn/common/SVNPlugin.class.php
index f792283..d7ef580 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -262,7 +262,7 @@ some control over it to the project's administrator.");
 		}
 
 		if ($project->usesPlugin($this->name)) {
-			htmlIframe('/scm/viewvc.php?inframe=1&root='.$project->getUnixName(), array('id'=>'scmgit_iframe'));
+			htmlIframe('/scm/viewvc.php?inframe=1&root='.$project->getUnixName(), array('id'=>'scmsvn_iframe'));
 		}
 	}
 

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

Summary of changes:
 src/plugins/scmsvn/common/SVNPlugin.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list