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 b90ecf236abd21a6c3ce825c1e77cdc907fc6f10 (commit)
from 53c2915714915decb558928365455708698c7521 (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=b90ecf236abd21a6c3ce825c1e77cdc907fc6f10
commit b90ecf236abd21a6c3ce825c1e77cdc907fc6f10
Author: Franck Villaume <[email protected]>
Date: Sun Jun 4 19:46:06 2017 +0200
fix PHP syntax
diff --git a/src/bin/forge b/src/bin/forge
index a612c42..a790eb9 100755
--- a/src/bin/forge
+++ b/src/bin/forge
@@ -670,7 +670,7 @@ class CliActions {
}
}
}
- if (forge_get_config('use_tracker') &&
isset($stream['trackers']) && is_array($stream['trackers']) {
+ if (forge_get_config('use_tracker') &&
isset($stream['trackers']) && is_array($stream['trackers'])) {
foreach ($stream['trackers'] as
$stream_tracker) {
if
(isset($stream_tracker['data']) && is_array($stream_tracker['data'])) {
foreach
($stream_tracker['data'] as $stream_artifact) {
-----------------------------------------------------------------------
Summary of changes:
src/bin/forge | 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