From e1eb61d3a2e0cf68883bb7bfc0a3bac89441df82 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Oct 2016 11:39:54 +0200 Subject: [PATCH] Fix travis on notooltip --- dev/skeletons/skeleton_class.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev/skeletons/skeleton_class.class.php b/dev/skeletons/skeleton_class.class.php index bb4358806f1..4f725fa2dbe 100644 --- a/dev/skeletons/skeleton_class.class.php +++ b/dev/skeletons/skeleton_class.class.php @@ -451,13 +451,12 @@ class Skeleton_Class extends CommonObject * * @param int $withpicto Include picto in link (0=No picto, 1=Include picto into link, 2=Only picto) * @param string $option On what the link point to - * @param integer $notooltip 1=Disable tooltip + * @param int $notooltip 1=Disable tooltip * @param int $maxlen Max length of visible user name * @param string $morecss Add more css on link - * @param int $notooltip 1=Disable tooltip * @return string String with URL */ - function getNomUrl($withpicto=0, $option='', $notooltip=0, $maxlen=24, $morecss='', $notooltip=0) + function getNomUrl($withpicto=0, $option='', $notooltip=0, $maxlen=24, $morecss='') { global $db, $conf, $langs; global $dolibarr_main_authentication, $dolibarr_main_demo;