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, feature/twig-template-engine has been updated
       via  829e89e50bd641031d27950d1a63e8888b083a65 (commit)
      from  1589dc108ae39fb35a2f7f843ff3377194ea792c (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=829e89e50bd641031d27950d1a63e8888b083a65

commit 829e89e50bd641031d27950d1a63e8888b083a65
Author: Roland Mas <[email protected]>
Date:   Tue Jun 16 17:54:32 2015 +0200

    Don't clobber an array that we're going to use later (also in funky-twig)

diff --git a/src/www/themes/funky-twig/Theme.class.php 
b/src/www/themes/funky-twig/Theme.class.php
index 8d9eb7c..f98cc48 100644
--- a/src/www/themes/funky-twig/Theme.class.php
+++ b/src/www/themes/funky-twig/Theme.class.php
@@ -278,7 +278,6 @@ class Theme_Funky_Twig extends Theme_Funky {
                }
 
                // Message plugin
-               $params = array();
                plugin_hook_by_reference('message', $params);
                if (isset ($params['message'])) {
                        $vars['message'] = $params['message'];

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

Summary of changes:
 src/www/themes/funky-twig/Theme.class.php | 1 -
 1 file changed, 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