[Fusionforge-commits] FusionForge branch master updated. 6.0.4-814-gb5588d6

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Aug 28 18:25:58 CEST 2016


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  b5588d694a1813b187d2d03a0b78447e583c2e13 (commit)
      from  e25701556bdf65ea5448a33fcf48e385a4ffa770 (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=b5588d694a1813b187d2d03a0b78447e583c2e13

commit b5588d694a1813b187d2d03a0b78447e583c2e13
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Aug 28 18:25:35 2016 +0200

    add missing slash

diff --git a/src/plugins/blocks/www/index.php b/src/plugins/blocks/www/index.php
index 565241e..8ee11bd 100644
--- a/src/plugins/blocks/www/index.php
+++ b/src/plugins/blocks/www/index.php
@@ -267,7 +267,7 @@ if ($type == 'admin') {
 
 	print '<div class="align-center">';
 	print "<p><b>$blocks[$name]</b> ($name)</p>";
-	echo $HTML->openForm(array('action' => '/plugins/blocks', 'method' => 'post'));
+	echo $HTML->openForm(array('action' => '/plugins/blocks/', 'method' => 'post'));
 	print "<input type=\"hidden\" name=\"id\" value=\"$id\" />\n";
 	print "<input type=\"hidden\" name=\"pluginname\" value=\"$pluginname\" />\n";
 	print "<input type=\"hidden\" name=\"type\" value=\"configure_post\" />\n";

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

Summary of changes:
 src/plugins/blocks/www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list