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  d4bc58025b70fb1073e62d06a35fe22c8c46979c (commit)
      from  e1b1f0de943cfb0fb61e90fa72ba47a853250fd2 (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=d4bc58025b70fb1073e62d06a35fe22c8c46979c

commit d4bc58025b70fb1073e62d06a35fe22c8c46979c
Author: Franck Villaume <[email protected]>
Date:   Sun Apr 23 13:20:44 2017 +0200

    fix PHP warning

diff --git a/src/common/docman/DocumentReviewCommentFactory.class.php 
b/src/common/docman/DocumentReviewCommentFactory.class.php
index cde7c3d..99dd677 100644
--- a/src/common/docman/DocumentReviewCommentFactory.class.php
+++ b/src/common/docman/DocumentReviewCommentFactory.class.php
@@ -66,8 +66,6 @@ class DocumentReviewCommentFactory extends FFError {
                                        $drca = new 
DocumentReviewCommentAttachment($attachid);
                                        $commentsArr[$i]->attachment = $drca;
                                        
$commentsArr[$i]->attachment->storageref = $drca->getFilePath();
-                               } else {
-                                       
$commentsArr[$i]->attachment->storageref = null;
                                }
                                $i++;
                        }

-----------------------------------------------------------------------

Summary of changes:
 src/common/docman/DocumentReviewCommentFactory.class.php | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to