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, 6.0 has been updated
       via  31cbf2af607e87d8641bca400d17e059d1ff05af (commit)
      from  807e25b8bf9981086f999cc6db6e0511952ec5e7 (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=31cbf2af607e87d8641bca400d17e059d1ff05af

commit 31cbf2af607e87d8641bca400d17e059d1ff05af
Author: Roland Mas <[email protected]>
Date:   Fri Dec 11 13:43:44 2015 +0100

    Fixed error message

diff --git a/src/common/include/Group.class.php 
b/src/common/include/Group.class.php
index 74a62eb..90acd68 100644
--- a/src/common/include/Group.class.php
+++ b/src/common/include/Group.class.php
@@ -1601,7 +1601,7 @@ class Group extends Error {
                                return false;
                        }
                } else {
-                       $this->setError(_("SCM Box cannot be empty"));
+                       $this->setError(_("Homepage cannot be empty"));
                        return false;
                }
        }

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

Summary of changes:
 src/common/include/Group.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