[Fusionforge-commits] FusionForge branch master updated. 6.0.4-991-gb356086

Franck Villaume nerville at libremir.placard.fr.eu.org
Thu Oct 6 14:08:22 CEST 2016


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  b35608668d221ddc8c12e1856fa08dcf009f3136 (commit)
      from  54ec5dda1442cd0ecde9fc91d8159fa389254612 (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=b35608668d221ddc8c12e1856fa08dcf009f3136

commit b35608668d221ddc8c12e1856fa08dcf009f3136
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Oct 6 14:08:16 2016 +0200

    fix display with url_prefix support

diff --git a/src/plugins/headermenu/common/headermenuPlugin.class.php b/src/plugins/headermenu/common/headermenuPlugin.class.php
index 0b4c79e..7ad5ae3 100644
--- a/src/plugins/headermenu/common/headermenuPlugin.class.php
+++ b/src/plugins/headermenu/common/headermenuPlugin.class.php
@@ -430,12 +430,12 @@ in the main menu (outermenu) or in the project menu (groupmenu).");
 				html_use_jquery();
 				html_use_jqueryui();
 				use_javascript('/plugins/'.$this->name.'/scripts/HeaderMenuController.js');
-				html_use_tablesorter();
 				$group_id = getIntFromRequest('group_id');
 				$params['toptab'] = 'admin';
 				$params['group'] = $group_id;
 				$params['title'] = _('Menu Tabs Manager Admin');
 				site_project_header($params);
+				html_use_tablesorter();
 				$returned = true;
 				break;
 			}

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

Summary of changes:
 src/plugins/headermenu/common/headermenuPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list