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  d30c66e7357c748a0d6a7e361acd36e44c49ee21 (commit)
      from  d4c6f776029aac9b7f2555c9b50531f468fa64f0 (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=d30c66e7357c748a0d6a7e361acd36e44c49ee21

commit d30c66e7357c748a0d6a7e361acd36e44c49ee21
Author: Franck Villaume <[email protected]>
Date:   Sat Sep 10 12:38:52 2016 +0200

    fix redirection in case of no project found & url_prefix set

diff --git a/src/www/projects b/src/www/projects
index e87e212..b198a87 100644
--- a/src/www/projects
+++ b/src/www/projects
@@ -107,7 +107,7 @@ if (!isset($group_id) && !isset($project)) {
 
        } else {
          // '/projects' in HTML redirects to the softwaremap
-         session_redirect(util_make_uri('/softwaremap/'));
+         session_redirect('/softwaremap/');
        }
 
 } else {

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

Summary of changes:
 src/www/projects | 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