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 <[email protected]>
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
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits