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  b4127f1b01e0d89af372f8194f945fe493681966 (commit)
      from  c6ad29e7694d5b8e129a62325ce63ecf3eec302b (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=b4127f1b01e0d89af372f8194f945fe493681966

commit b4127f1b01e0d89af372f8194f945fe493681966
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Sep 27 14:05:13 2016 +0200

    Less strings

diff --git a/src/common/tracker/Roadmap.class.php 
b/src/common/tracker/Roadmap.class.php
index d8c74d2..2f6ce7f 100644
--- a/src/common/tracker/Roadmap.class.php
+++ b/src/common/tracker/Roadmap.class.php
@@ -70,9 +70,8 @@ class Roadmap extends FFError {
                        }
                        $this->group = $group;
                        $this->group_id = $group->getID();
-               }
-               else {
-                       $this->setError(_('Invalid Group'));
+               } else {
+                       $this->setError(_('Invalid Project'));
                        return;
                }
 

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

Summary of changes:
 src/common/tracker/Roadmap.class.php | 5 ++---
 1 file changed, 2 insertions(+), 3 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