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 21008309421712d62b31fdefededce3e2ba415ae (commit)
from 6ba393e489f8bded9c744b9deef7630828d90f58 (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=21008309421712d62b31fdefededce3e2ba415ae
commit 21008309421712d62b31fdefededce3e2ba415ae
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Aug 4 15:17:43 2017 +0200
Use array() instead of false
diff --git a/src/common/frs/FRSRelease.class.php
b/src/common/frs/FRSRelease.class.php
index 527c8f1..ec60c55 100644
--- a/src/common/frs/FRSRelease.class.php
+++ b/src/common/frs/FRSRelease.class.php
@@ -92,9 +92,9 @@ class FRSRelease extends FFObject {
/**
* @param object $FRSPackage The FRSPackage object
to which this release is associated.
* @param int|bool $release_id The release_id.
- * @param array|bool $arr The associative array
of data.
+ * @param array $arr The associative array
of data.
*/
- function __construct(&$FRSPackage, $release_id = false, $arr = false) {
+ function __construct(&$FRSPackage, $release_id = false, $arr = array())
{
if (!$FRSPackage || !is_object($FRSPackage)) {
$this->setError(_('Invalid FRS Package Object'));
return;
-----------------------------------------------------------------------
Summary of changes:
src/common/frs/FRSRelease.class.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