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 ab429ce0504a523fa8b63c65ea3ef4243066b8a1 (commit)
from 28133bf00662e5c95e12516e45a2c90366bb3f87 (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=ab429ce0504a523fa8b63c65ea3ef4243066b8a1
commit ab429ce0504a523fa8b63c65ea3ef4243066b8a1
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Apr 21 15:29:37 2017 +0200
Whitespace
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index c017a11..59a6253 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -78,13 +78,13 @@ class Theme_Funky extends Layout {
plugin_hook('message');
- if(isset($GLOBALS['error_msg']) && $GLOBALS['error_msg']) {
+ if (isset($GLOBALS['error_msg']) && $GLOBALS['error_msg']) {
echo $this->error_msg($GLOBALS['error_msg']);
}
- if(isset($GLOBALS['warning_msg']) && $GLOBALS['warning_msg']) {
+ if (isset($GLOBALS['warning_msg']) && $GLOBALS['warning_msg']) {
echo $this->warning_msg($GLOBALS['warning_msg']);
}
- if(isset($GLOBALS['feedback']) && $GLOBALS['feedback']) {
+ if (isset($GLOBALS['feedback']) && $GLOBALS['feedback']) {
echo $this->feedback($GLOBALS['feedback']);
}
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky/Theme.class.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits