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 ecb7d2b97320e071b25be9178ab3071e11283bca (commit)
from 3916eb28238631c0c1168fe757bfe2d763a26dbb (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=ecb7d2b97320e071b25be9178ab3071e11283bca
commit ecb7d2b97320e071b25be9178ab3071e11283bca
Author: Franck Villaume <[email protected]>
Date: Sat Apr 22 17:33:17 2017 +0200
fix PHP syntax
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index e2e69f3..573ad80 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -96,7 +96,6 @@ class Theme_Funky extends Layout {
}
echo html_ac(html_ap() -1);
}
-}
function bodyHeader($params) {
if (!isset($params['h1']) && isset($params['title'])) {
@@ -356,6 +355,7 @@ class Theme_Funky extends Layout {
$return .= $this->endSubMenu();
return $return;
}
+}
// Local Variables:
// mode: php
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky/Theme.class.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