[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1374-g3b649a9

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Jan 22 13:27:11 CET 2017


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  3b649a9759374f9b2dae620d49b0e2a0d5705e1a (commit)
      from  ff8c40dd28d033c6cdba82eb54eec2973ce9dd9a (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=3b649a9759374f9b2dae620d49b0e2a0d5705e1a

commit 3b649a9759374f9b2dae620d49b0e2a0d5705e1a
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Jan 22 13:26:54 2017 +0100

    headermenu plugin: fix tooltip display in link included in top right menu (headermenu)

diff --git a/src/plugins/headermenu/common/headermenuPlugin.class.php b/src/plugins/headermenu/common/headermenuPlugin.class.php
index 0b4c79e..3e8da48 100644
--- a/src/plugins/headermenu/common/headermenuPlugin.class.php
+++ b/src/plugins/headermenu/common/headermenuPlugin.class.php
@@ -3,7 +3,7 @@
 /**
  * headermenuPlugin Class
  *
- * Copyright 2012-2014, Franck Villaume - TrivialDev
+ * Copyright 2012-2014,2017, Franck Villaume - TrivialDev
  * http://fusionforge.org
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -126,7 +126,7 @@ in the main menu (outermenu) or in the project menu (groupmenu).");
 		$availableLinks = $this->getAvailableLinks('headermenu');
 		foreach ($availableLinks as $link) {
 			if ($link['is_enable']) {
-				$params['links'][] = util_make_link($link['url'], htmlspecialchars($link['name']), array(), true);
+				$params['links'][] = util_make_link($link['url'], htmlspecialchars($link['name']), array('title' => htmlspecialchars($link['description'])), true);
 			}
 		}
 		return true;

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list