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  956fac43d6cf0e0cdd9a434fc6cec51e37b33f5d (commit)
      from  676b709d845bccc438cc7abf8ae12386ab89f150 (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=956fac43d6cf0e0cdd9a434fc6cec51e37b33f5d

commit 956fac43d6cf0e0cdd9a434fc6cec51e37b33f5d
Author: Franck Villaume <[email protected]>
Date:   Tue Mar 7 08:14:26 2017 +0000

    fix error message

diff --git a/src/common/docman/DocumentReview.class.php 
b/src/common/docman/DocumentReview.class.php
index 3745ef5..6003efe 100644
--- a/src/common/docman/DocumentReview.class.php
+++ b/src/common/docman/DocumentReview.class.php
@@ -592,7 +592,7 @@ class DocumentReview extends FFError {
                        return false;
                }
                if ((is_array($reviewmandatoryusers) && 
count($reviewmandatoryusers) == 0) || (!is_array($reviewmandatoryusers))) {
-                       $this->setError(_('Missing mandatory 
reviewers').$reviewmandatoryusers);
+                       $this->setError(_('Missing mandatory reviewers'));
                        return false;
                }
                if (!is_array($reviewoptionalusers)) {

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

Summary of changes:
 src/common/docman/DocumentReview.class.php | 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

Reply via email to