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  d5df9c6f42c694ad5d0e516d39ee0b4a5cfb8a3a (commit)
      from  efe0f9d670db106be8b86fe8c11b03dbe2512d4b (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=d5df9c6f42c694ad5d0e516d39ee0b4a5cfb8a3a

commit d5df9c6f42c694ad5d0e516d39ee0b4a5cfb8a3a
Author: Franck Villaume <[email protected]>
Date:   Sat Sep 10 21:53:32 2016 +0200

    fix PHP syntax

diff --git a/src/www/snippet/submit.php b/src/www/snippet/submit.php
index d463251..01dbea1 100644
--- a/src/www/snippet/submit.php
+++ b/src/www/snippet/submit.php
@@ -94,7 +94,7 @@ if (session_loggedin()) {
        <?php echo _('<span class="important">Note:</span> You can submit a new 
version of an existing snippet by browsing the library. You should only use 
this page if you are submitting an entirely new script or function.'); ?>
        </p>
        <?php
-       echo $HTML->openForm(arrray('action' => 
getStringFromServer('PHP_SELF'), 'method' => 'post', 'id' => 'snippet_submit'));
+       echo $HTML->openForm(array('action' => getStringFromServer('PHP_SELF'), 
'method' => 'post', 'id' => 'snippet_submit'));
        echo $HTML->html_input('form_key', '', '', 'hidden', 
form_generate_key());
        echo $HTML->html_input('post_changes', '', '', 'hidden', 'y');
        echo $HTML->html_input('changes', '', '', 'hidden', 'First Posted 
Version');

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

Summary of changes:
 src/www/snippet/submit.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

Reply via email to