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 31a385b17ae234e8d67da354c299d2533d63d9d7 (commit)
from df36f6080b0086be3a1d1a81a625c1feb7e7b9cb (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=31a385b17ae234e8d67da354c299d2533d63d9d7
commit 31a385b17ae234e8d67da354c299d2533d63d9d7
Author: Franck Villaume <[email protected]>
Date: Sun Sep 18 15:53:20 2016 +0200
fix PHP warning
diff --git a/src/common/tracker/actions/admin-updates.php
b/src/common/tracker/actions/admin-updates.php
index 1acc0c5..7256a7e 100644
--- a/src/common/tracker/actions/admin-updates.php
+++ b/src/common/tracker/actions/admin-updates.php
@@ -4,7 +4,7 @@
*
* Copyright 2010 (c) FusionForge Team
* Copyright 2010 (c) Franck Villaume - Capgemini
- * Copyright 2012-2014, Franck Villaume - TrivialDev
+ * Copyright 2012-2014,2016, Franck Villaume - TrivialDev
* Copyright 2016, Stéphane-Eymeric Bredthauer - TrivialDev
* http://fusionforge.org
*
@@ -291,7 +291,7 @@ if (getStringFromRequest('add_extrafield')) {
$ao->clearError();
} else {
$feedback .= _('Element updated');
- $parentElements =
getStringFromRequest('parent_elements');
+ $parentElements =
getStringFromRequest('parent_elements', array());
if (!$ao->saveParentElements($parentElements)) {
$error_msg .= _('Update failed')._(':
').$ao->getErrorMessage();
$ao->clearError();
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/admin-updates.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits