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.1 has been updated
       via  01ee27e12704323265a94272fa7593008af4af82 (commit)
      from  97a4928c4a4ccc71c7a6c687305e55ada45a49dc (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=01ee27e12704323265a94272fa7593008af4af82

commit 01ee27e12704323265a94272fa7593008af4af82
Author: Franck Villaume <[email protected]>
Date:   Sat Apr 13 18:32:24 2019 +0200

    fix selected tab when user adjust widget

diff --git a/src/common/include/Navigation.class.php 
b/src/common/include/Navigation.class.php
index 84407cf..d9d5516 100644
--- a/src/common/include/Navigation.class.php
+++ b/src/common/include/Navigation.class.php
@@ -245,6 +245,7 @@ class Navigation extends FFError {
                                || strstr($request_uri, '/register/')
                                || strstr($request_uri, '/themes/')
                                || strstr($request_uri, '/forum/myforums.php')
+                               || strstr($request_uri, 
'/widgets/widgets.php?owner=u')
                                )
                        {
                                $selected = count($menu['urls'])-1;

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

Summary of changes:
 src/common/include/Navigation.class.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge

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

Reply via email to